Searched refs:pdu_cntl (Results 1 – 4 of 4) sorted by relevance
133 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()
264 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()
264 lp->frmr_info_fld.cntl1 = fr->pdu_cntl.byte1;265 lp->frmr_info_fld.cntl2 = fr->pdu_cntl.byte2;
20 } pdu_cntl; /* unformatted control bytes */ member