Searched refs:sdu_length (Results 1 – 2 of 2) sorted by relevance
395 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p) in llcp_sdp_proc_snl() argument407 while (sdu_length >= 2) /* at least type and length */ in llcp_sdp_proc_snl()416 &&(sdu_length >= 2 + length) ) /* type, length, TID and service name */ in llcp_sdp_proc_snl()431 &&(sdu_length >= 2 + length) ) /* type, length, TID and SAP */ in llcp_sdp_proc_snl()449 if (sdu_length >= 2 + length) /* type, length, value */ in llcp_sdp_proc_snl()451 sdu_length -= 2 + length; in llcp_sdp_proc_snl()460 if (sdu_length) in llcp_sdp_proc_snl()
352 tLLCP_STATUS llcp_sdp_proc_snl (UINT16 sdu_length, UINT8 *p);