Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c298 struct icmp_mpls_ext_object_header_t { struct
343 const struct icmp_mpls_ext_object_header_t *icmp_mpls_ext_object_header; in icmp_print()
637 while (hlen > sizeof(struct icmp_mpls_ext_object_header_t)) { in icmp_print()
639 … icmp_mpls_ext_object_header = (const struct icmp_mpls_ext_object_header_t *)obj_tptr; in icmp_print()
644 obj_tptr += sizeof(struct icmp_mpls_ext_object_header_t); in icmp_print()
652 … hlen-=sizeof(struct icmp_mpls_ext_object_header_t); /* length field includes tlv header */ in icmp_print()
656 (obj_tlen < sizeof(struct icmp_mpls_ext_object_header_t))) { in icmp_print()
659 obj_tlen-=sizeof(struct icmp_mpls_ext_object_header_t); in icmp_print()