Searched refs:MPLS_EXP (Results 1 – 3 of 3) sorted by relevance
39 #define MPLS_EXP(x) (((x) & EXP_MASK) >> EXP_SHIFT) macro
79 printf(", exp %u", MPLS_EXP(label_entry)); in mpls_print()
659 … printf("\n\t label %u, exp %u", MPLS_LABEL(raw_label), MPLS_EXP(raw_label)); in icmp_print()