Home
last modified time | relevance | path

Searched refs:ie_p (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/tcpdump/
HDprint-fr.c741 const struct ie_tlv_header_t *ie_p, const u_char *p);
744 const struct ie_tlv_header_t *ie_p, const u_char *p);
771 struct ie_tlv_header_t *ie_p; in q933_print() local
819 ie_p = (struct ie_tlv_header_t *)ptemp; in q933_print()
821 length < sizeof(struct ie_tlv_header_t) + ie_p->ie_len) { in q933_print()
836 "unknown", ie_p->ie_type), in q933_print()
837 ie_p->ie_type, in q933_print()
838 ie_p->ie_len)); in q933_print()
842 if (ie_p->ie_type == 0 || ie_p->ie_len == 0) { in q933_print()
847 ie_is_known = fr_q933_print_ie_codeset[codeset](ndo, ie_p, ptemp); in q933_print()
[all …]