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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-icmp.c343 const struct icmp_mpls_ext_object_header_t *icmp_mpls_ext_object_header; local
641 icmp_mpls_ext_object_header = (const struct icmp_mpls_ext_object_header_t *)obj_tptr;
642 ND_TCHECK(*icmp_mpls_ext_object_header);
643 obj_tlen = EXTRACT_16BITS(icmp_mpls_ext_object_header->length);
644 obj_class_num = icmp_mpls_ext_object_header->class_num;
645 obj_ctype = icmp_mpls_ext_object_header->ctype;

Completed in 41 milliseconds