.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "LLC_UI_SHUTDOWN" "" "06 October 2005" "" ""
.SH NAME
llc_ui_shutdown \- shutdown a connect llc2 socket.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_ui_shutdown (struct socket * \fIsock\fB, int \fIhow\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsock\fB\fR
Socket to shutdown.
.TP
\fB\fIhow\fB\fR
What part of the socket to shutdown.
.SH "DESCRIPTION"
.PP
Shutdown a connected llc2 socket. Currently this function only supports
shutting down both sends and receives (2), we could probably make this
function such that a user can shutdown only half the connection but not
right now.
.SH "RETURNS"
.PP
0 upon success, negative otherwise.