HomeSort by relevance Sort by last modified time
    Searched refs:MPLS_LS_LABEL_MASK (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
mpls.h 27 #define MPLS_LS_LABEL_MASK 0xFFFFF000
  /external/iproute2/include/linux/
mpls.h 25 #define MPLS_LS_LABEL_MASK 0xFFFFF000
  /external/kernel-headers/original/uapi/linux/
mpls.h 25 #define MPLS_LS_LABEL_MASK 0xFFFFF000
  /external/iproute2/lib/
mpls_ntop.c 17 uint32_t label = (entry & MPLS_LS_LABEL_MASK) >> MPLS_LS_LABEL_SHIFT;

Completed in 841 milliseconds