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

  /frameworks/base/services/net/java/android/net/netlink/
StructNdMsg.java 117 struct.ndm_state = byteBuffer.getShort();
125 public short ndm_state; field in class:StructNdMsg
141 byteBuffer.putShort(ndm_state);
147 return isNudStateConnected(ndm_state);
151 return isNudStateValid(ndm_state);
156 final String stateStr = "" + ndm_state + " (" + stringForNudState(ndm_state) + ")";
  /bionic/libc/kernel/uapi/linux/
neighbour.h 28 __u16 ndm_state; member in struct:ndmsg
  /external/iproute2/include/uapi/linux/
neighbour.h 13 __u16 ndm_state; member in struct:ndmsg
  /external/kernel-headers/original/uapi/linux/
neighbour.h 13 __u16 ndm_state; member in struct:ndmsg
  /external/libnl/include/linux-private/linux/
neighbour.h 12 __u16 ndm_state; member in struct:ndmsg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
neighbour.h 12 __u16 ndm_state; member in struct:ndmsg

Completed in 141 milliseconds