.\" 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_DECODE_CR_BIT" "" "06 October 2005" "" "" .SH NAME llc_pdu_decode_cr_bit \- extracts command response bit from LLC header .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void llc_pdu_decode_cr_bit (struct sk_buff * \fIskb\fB, u8 * \fIcr_bit\fB); \fR .SH "ARGUMENTS" .TP \fB\fIskb\fB\fR input skb that c/r bit must be extracted from it. .TP \fB\fIcr_bit\fB\fR command/response bit (0 or 1). .SH "DESCRIPTION" .PP This function extracts command/response bit from LLC header. this bit is right bit of source SAP.