Home | History | Annotate | Download | only in llcp

Lines Matching refs:pdu_length

1135     UINT16 pdu_hdr, pdu_length;
1151 BE_STREAM_TO_UINT16 (pdu_length, p);
1159 if (pdu_length <= agf_length)
1161 p += pdu_length;
1162 agf_length -= pdu_length;
1187 BE_STREAM_TO_UINT16 (pdu_length, p);
1221 llcp_sdp_proc_snl ((UINT16) (pdu_length - LLCP_PDU_HEADER_SIZE), p_info);
1223 else if ((ptype == LLCP_PDU_UI_TYPE) && (pdu_length > LLCP_PDU_HEADER_SIZE))
1225 llcp_link_proc_ui_pdu (dsap, ssap, pdu_length, p, NULL);
1229 llcp_dlc_proc_i_pdu (dsap, ssap, pdu_length, p, NULL);
1233 llcp_dlc_proc_rx_pdu (dsap, ptype, ssap, (UINT16) (pdu_length - LLCP_PDU_HEADER_SIZE), p_info);
1236 p += pdu_length;
1237 agf_length -= pdu_length;