HomeSort by relevance Sort by last modified time
    Searched defs:RTM_NEWNEIGH (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/tests/net/java/android/net/netlink/
RtNetlinkNeighborMessageTest.java 93 "1c00" + // type = 28 (RTM_NEWNEIGH)
125 public static final byte[] RTM_NEWNEIGH =
177 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_NEWNEIGH);
187 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type);
216 assertEquals(NetlinkConstants.RTM_NEWNEIGH, hdr.nlmsg_type);
238 "1c00" + // type = 28 (RTM_NEWNEIGH)
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 85 public static final short RTM_NEWNEIGH = 28;
109 case RTM_NEWNEIGH: return "RTM_NEWNEIGH";
  /external/strace/xlat/
nl_route_types.h 32 #if !(defined(RTM_NEWNEIGH) || (defined(HAVE_DECL_RTM_NEWNEIGH) && HAVE_DECL_RTM_NEWNEIGH))
33 # define RTM_NEWNEIGH 28
175 XLAT(RTM_NEWNEIGH),
  /kernel/tests/net/test/
iproute.py 44 RTM_NEWNEIGH = 28
625 command = RTM_NEWNEIGH if is_add else RTM_DELNEIGH
  /external/libnl/include/linux-private/linux/
rtnetlink.h 50 RTM_NEWNEIGH = 28,
51 #define RTM_NEWNEIGH RTM_NEWNEIGH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 50 RTM_NEWNEIGH = 28,
51 #define RTM_NEWNEIGH RTM_NEWNEIGH
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 52 RTM_NEWNEIGH = 28,
53 #define RTM_NEWNEIGH RTM_NEWNEIGH
  /external/iproute2/include/uapi/linux/
rtnetlink.h 51 RTM_NEWNEIGH = 28,
52 #define RTM_NEWNEIGH RTM_NEWNEIGH
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 51 RTM_NEWNEIGH = 28,
52 #define RTM_NEWNEIGH RTM_NEWNEIGH
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]
zerrors_linux_mips64le.go     [all...]
zerrors_linux_mipsle.go     [all...]
zerrors_linux_ppc64.go     [all...]
zerrors_linux_ppc64le.go     [all...]
zerrors_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]

Completed in 959 milliseconds

1 2