Searched refs:icmp_mpls_ext_object_header (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-icmp.c346 const struct icmp_mpls_ext_object_header_t *icmp_mpls_ext_object_header; local
631 icmp_mpls_ext_object_header = (struct icmp_mpls_ext_object_header_t *)obj_tptr;
632 TCHECK(*icmp_mpls_ext_object_header);
633 obj_tlen = EXTRACT_16BITS(icmp_mpls_ext_object_header->length);
634 obj_class_num = icmp_mpls_ext_object_header->class_num;
635 obj_ctype = icmp_mpls_ext_object_header->ctype;

Completed in 154 milliseconds