.\" 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_INIT_AS_XID_RSP" "" "06 October 2005" "" ""
.SH NAME
llc_pdu_init_as_xid_rsp \- builds XID response PDU
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void llc_pdu_init_as_xid_rsp (struct sk_buff * \fIskb\fB, u8 \fIsvcs_supported\fB, u8 \fIrx_window\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIskb\fB\fR
Address of the skb to build
.TP
\fB\fIsvcs_supported\fB\fR
The class of the LLC (I or II)
.TP
\fB\fIrx_window\fB\fR
The size of the receive window of the LLC
.SH "DESCRIPTION"
.PP
Builds a pdu frame as an XID response.