.\" 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_HEADER_LEN" "" "06 October 2005" "" ""
.SH NAME
llc_ui_header_len \- return length of llc header based on operation
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
u8 llc_ui_header_len (struct sock * \fIsk\fB, struct sockaddr_llc * \fIaddr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIsk\fB\fR
Socket which contains a valid llc socket type.
.TP
\fB\fIaddr\fB\fR
Complete sockaddr_llc structure received from the user.
.SH "DESCRIPTION"
.PP
Provide the length of the llc header depending on what kind of
operation the user would like to perform and the type of socket.
Returns the correct llc header length.