.\" 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_GETSOCKOPT" "" "06 October 2005" "" ""
.SH NAME
llc_ui_getsockopt \- get connection specific socket info
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int llc_ui_getsockopt (struct socket * \fIsock\fB, int \fIlevel\fB, int \fIoptname\fB, char * \fIoptval\fB, int * \fIoptlen\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsock\fB\fR
Socket to get information from.
.TP
\fB\fIlevel\fB\fR
Socket level user is requesting operations on.
.TP
\fB\fIoptname\fB\fR
Operation name.
.TP
\fB\fIoptval\fB\fR
Variable to return operation data in.
.TP
\fB\fIoptlen\fB\fR
Length of optval.
.SH "DESCRIPTION"
.PP
Get connection specific socket information.