Home | History | Annotate | Download | only in llcp

Lines Matching refs:pdu_hdr

1129     UINT16 pdu_hdr, pdu_length;
1186 BE_STREAM_TO_UINT16 (pdu_hdr, p_info );
1188 dsap = LLCP_GET_DSAP (pdu_hdr);
1189 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));
1190 ssap = LLCP_GET_SSAP (pdu_hdr);
1311 UINT16 pdu_hdr, info_length = 0;
1342 BE_STREAM_TO_UINT16 (pdu_hdr, p );
1344 dsap = LLCP_GET_DSAP (pdu_hdr);
1345 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));
1346 ssap = LLCP_GET_SSAP (pdu_hdr);
1568 UINT16 next_pdu_length, pdu_hdr;
1579 BE_STREAM_TO_UINT16 (pdu_hdr, p);
1581 ptype = (UINT8) (LLCP_GET_PTYPE (pdu_hdr));