Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-fr.c739 const struct ie_tlv_header_t *ie_p, const u_char *p);
742 const struct ie_tlv_header_t *ie_p, const u_char *p);
769 struct ie_tlv_header_t *ie_p; in q933_print() local
817 ie_p = (struct ie_tlv_header_t *)ptemp; in q933_print()
819 length < sizeof(struct ie_tlv_header_t) + ie_p->ie_len) { in q933_print()
834 "unknown", ie_p->ie_type), in q933_print()
835 ie_p->ie_type, in q933_print()
836 ie_p->ie_len)); in q933_print()
840 if (ie_p->ie_type == 0 || ie_p->ie_len == 0) { in q933_print()
845 ie_is_known = fr_q933_print_ie_codeset[codeset](ndo, ie_p, ptemp); in q933_print()
[all …]