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

/freebsd-10.2-release/contrib/tcpdump/
H A Dmpls.h39 #define MPLS_EXP(x) (((x) & EXP_MASK) >> EXP_SHIFT) macro
H A Dprint-mpls.c87 printf(", exp %u", MPLS_EXP(label_entry));
H A Dprint-icmp.c668 printf("\n\t label %u, exp %u", MPLS_LABEL(raw_label), MPLS_EXP(raw_label));

Completed in 121 milliseconds