Home | History | Annotate | Download | only in llcp

Lines Matching refs:pdu_length

1129     UINT16 pdu_hdr, pdu_length;
1145 BE_STREAM_TO_UINT16 (pdu_length, p);
1153 if (pdu_length <= agf_length)
1155 p += pdu_length;
1156 agf_length -= pdu_length;
1181 BE_STREAM_TO_UINT16 (pdu_length, p);
1215 llcp_sdp_proc_snl ((UINT16) (pdu_length - LLCP_PDU_HEADER_SIZE), p_info);
1217 else if ((ptype == LLCP_PDU_UI_TYPE) && (pdu_length > LLCP_PDU_HEADER_SIZE))
1219 llcp_link_proc_ui_pdu (dsap, ssap, pdu_length, p, NULL);
1223 llcp_dlc_proc_i_pdu (dsap, ssap, pdu_length, p, NULL);
1227 llcp_dlc_proc_rx_pdu (dsap, ptype, ssap, (UINT16) (pdu_length - LLCP_PDU_HEADER_SIZE), p_info);
1230 p += pdu_length;
1231 agf_length -= pdu_length;