LLC_PDU_HEADER_INIT

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

 

NAME

llc_pdu_header_init - initializes pdu header  

SYNOPSIS

"SYNOPSIS"

void llc_pdu_header_init (struct sk_buff * skb, u8 type, u8 ssap, u8 dsap, u8 cr);  

ARGUMENTS

skb
input skb that header must be set into it.
type
type of PDU (U, I or S).
ssap
source sap.
dsap
destination sap.
cr
command/response bit (0 or 1).
 

DESCRIPTION

This function sets DSAP, SSAP and command/Response bit in LLC header.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 04:40:54 GMT, October 06, 2005