Searched refs:MPLS_LS_LABEL_MASK (Results 1 – 2 of 2) sorted by relevance
26 #define MPLS_LS_LABEL_MASK 0xFFFFF000 macro
23 uint32_t label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_ntop1()