HomeSort by relevance Sort by last modified time
    Searched full:ie_p (Results 1 - 1 of 1) sorted by null

  /external/tcpdump/
print-fr.c 690 static int fr_q933_print_ie_codeset5(const struct ie_tlv_header_t *ie_p,
693 typedef int (*codeset_pr_func_t)(const struct ie_tlv_header_t *ie_p,
720 struct ie_tlv_header_t *ie_p; local
764 ie_p = (struct ie_tlv_header_t *)ptemp;
766 length < sizeof(struct ie_tlv_header_t ) + ie_p->ie_len) {
779 tok2str(fr_q933_ie_codesets[codeset],"unknown",ie_p->ie_type),
780 ie_p->ie_type,
781 ie_p->ie_len);
784 if (ie_p->ie_type == 0 || ie_p->ie_len == 0
    [all...]

Completed in 203 milliseconds