Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-icmp.c341 uint32_t raw_label; in icmp_print() local
666 raw_label = EXTRACT_32BITS(obj_tptr); in icmp_print()
667 … ND_PRINT((ndo, "\n\t label %u, exp %u", MPLS_LABEL(raw_label), MPLS_EXP(raw_label))); in icmp_print()
668 if (MPLS_STACK(raw_label)) in icmp_print()
670 ND_PRINT((ndo, ", ttl %u", MPLS_TTL(raw_label))); in icmp_print()