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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp.c333 uint32_t raw_label; local
778 raw_label = GET_BE_U_4(obj_tptr);
779 ND_PRINT("\n\t label %u, tc %u", MPLS_LABEL(raw_label), MPLS_TC(raw_label));
780 if (MPLS_STACK(raw_label))
782 ND_PRINT(", ttl %u", MPLS_TTL(raw_label));

Completed in 75 milliseconds