Home | History | Annotate | Download | only in sdp

Lines Matching defs:seq_len

598     UINT32          seq_len;
750 p = sdpu_get_len_from_type (p, type, &seq_len);
754 if ((p + seq_len) != p_end)
786 UINT32 seq_len, attr_len;
799 p = sdpu_get_len_from_type (p, type, &seq_len);
800 if ((p + seq_len) > p_msg_end)
802 SDP_TRACE_WARNING ("SDP - Bad len in attr_rsp %d", seq_len);
814 p_seq_end = p + seq_len;