Home | History | Annotate | Download | only in llcp

Lines Matching refs:pdu_hdr

1135     UINT16 pdu_hdr, pdu_length;
1192 BE_STREAM_TO_UINT16 (pdu_hdr, p_info );
1194 dsap = LLCP_GET_DSAP (pdu_hdr);
1195 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));
1196 ssap = LLCP_GET_SSAP (pdu_hdr);
1317 UINT16 pdu_hdr, info_length = 0;
1348 BE_STREAM_TO_UINT16 (pdu_hdr, p );
1350 dsap = LLCP_GET_DSAP (pdu_hdr);
1351 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));
1352 ssap = LLCP_GET_SSAP (pdu_hdr);
1574 UINT16 next_pdu_length, pdu_hdr;
1585 BE_STREAM_TO_UINT16 (pdu_hdr, p);
1587 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));