Home
last modified time | relevance | path

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

/external/iproute2/include/linux/
Dmpls.h29 #define MPLS_LS_S_MASK 0x00000100 macro
/external/kernel-headers/original/uapi/linux/
Dmpls.h29 #define MPLS_LS_S_MASK 0x00000100 macro
/external/iproute2/lib/
Dmpls_ntop.c21 if (entry & MPLS_LS_S_MASK) in mpls_ntop1()
Dutils.c482 if (ntohl(addr->data[i]) & MPLS_LS_S_MASK) { in get_addr_1()