LLC_PDU_DECODE_PF_BIT

Section: ()
Updated: 06 October 2005
Index Return to Main Contents

 

NAME

llc_pdu_decode_pf_bit - extracs poll/final bit from LLC header  

SYNOPSIS

"SYNOPSIS"

void llc_pdu_decode_pf_bit (struct sk_buff * skb, u8 * pf_bit);  

ARGUMENTS

skb
input skb that p/f bit must be extracted from it
pf_bit
poll/final bit (0 or 1)
 

DESCRIPTION

This function extracts poll/final bit from LLC header (based on type of PDU). In I or S pdus, p/f bit is right bit of fourth byte in header. In U pdus p/f bit is fifth bit of third byte.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 07:07:15 GMT, October 06, 2005