Home
last modified time | relevance | path

Searched refs:pdu_cntl (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/802/
Dllc_sendpdu.c133 fr->pdu_cntl.byte1 = cntl_byte_encode[(int)type]; in llc_sendpdu()
204 fr->pdu_cntl.byte1 = cntl_byte_encode[(int)type]; in llc_sendipdu()
Dcl2llc.c264 lp->frmr_info_fld.cntl1 = fr->pdu_cntl.byte1; in llc_interpret_pseudo_code()
265 lp->frmr_info_fld.cntl2 = fr->pdu_cntl.byte2; in llc_interpret_pseudo_code()
Dcl2llc.pre264 lp->frmr_info_fld.cntl1 = fr->pdu_cntl.byte1;
265 lp->frmr_info_fld.cntl2 = fr->pdu_cntl.byte2;
/linux-2.4.37.9/include/net/
Dllc_frame.h20 } pdu_cntl; /* unformatted control bytes */ member