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 29 #define MPLS_LS_LABEL_SHIFT 12
  /external/iproute2/include/linux/
mpls.h 26 #define MPLS_LS_LABEL_SHIFT 12
  /external/kernel-headers/original/uapi/linux/
mpls.h 26 #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 26 addr->entry = htonl(label << MPLS_LS_LABEL_SHIFT);

Completed in 189 milliseconds