Searched refs:MPLS_LS_LABEL_SHIFT (Results 1 – 2 of 2) sorted by relevance
23 uint32_t label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT; in mpls_ntop1()75 addr->entry = htonl(label << MPLS_LS_LABEL_SHIFT); in mpls_pton1()
27 #define MPLS_LS_LABEL_SHIFT 12 macro