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

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

Completed in 1543 milliseconds