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

/freebsd-13-stable/contrib/tcpdump/
H A 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;
639 while (hlen > sizeof(struct icmp_mpls_ext_object_header_t)) {
641 icmp_mpls_ext_object_header = (const struct icmp_mpls_ext_object_header_t *)obj_tptr;
646 obj_tptr += sizeof(struct icmp_mpls_ext_object_header_t);
654 hlen-=sizeof(struct icmp_mpls_ext_object_header_t); /* length field includes tlv header */
658 (obj_tlen < sizeof(struct icmp_mpls_ext_object_header_t))) {
661 obj_tlen-=sizeof(struct icmp_mpls_ext_object_header_t);

Completed in 62 milliseconds