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

  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 74 public static byte NTF_MASTER = (byte) 0x04;
87 if ((flags & NTF_MASTER) != 0) {
89 sb.append("NTF_MASTER");
  /bionic/libc/kernel/uapi/linux/
neighbour.h 50 #define NTF_MASTER 0x04
  /external/iproute2/include/uapi/linux/
neighbour.h 42 #define NTF_MASTER 0x04
  /external/kernel-headers/original/uapi/linux/
neighbour.h 42 #define NTF_MASTER 0x04

Completed in 98 milliseconds