.\" 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_PDU_HEADER_INIT" "" "06 October 2005" "" ""
.SH NAME
llc_pdu_header_init \- initializes pdu header
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void llc_pdu_header_init (struct sk_buff * \fIskb\fB, u8 \fItype\fB, u8 \fIssap\fB, u8 \fIdsap\fB, u8 \fIcr\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
input skb that header must be set into it.
.TP
\fB\fItype\fB\fR
type of PDU (U, I or S).
.TP
\fB\fIssap\fB\fR
source sap.
.TP
\fB\fIdsap\fB\fR
destination sap.
.TP
\fB\fIcr\fB\fR
command/response bit (0 or 1).
.SH "DESCRIPTION"
.PP
This function sets DSAP, SSAP and command/Response bit in LLC header.