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.c297 struct icmp_mpls_ext_object_header_t { struct
342 const struct icmp_mpls_ext_object_header_t *icmp_mpls_ext_object_header; in icmp_print()
632 while (hlen > sizeof(struct icmp_mpls_ext_object_header_t)) { in icmp_print()
634 icmp_mpls_ext_object_header = (struct icmp_mpls_ext_object_header_t *)obj_tptr; in icmp_print()
639 obj_tptr += sizeof(struct icmp_mpls_ext_object_header_t); in icmp_print()
647 … hlen-=sizeof(struct icmp_mpls_ext_object_header_t); /* length field includes tlv header */ in icmp_print()
651 (obj_tlen < sizeof(struct icmp_mpls_ext_object_header_t))) { in icmp_print()
654 obj_tlen-=sizeof(struct icmp_mpls_ext_object_header_t); in icmp_print()