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

1 2

  /frameworks/base/tests/net/java/android/net/netlink/
RtNetlinkNeighborMessageTest.java 54 "1d00" + // type = 29 (RTM_DELNEIGH)
86 public static final byte[] RTM_DELNEIGH =
150 final ByteBuffer byteBuffer = ByteBuffer.wrap(RTM_DELNEIGH);
160 assertEquals(NetlinkConstants.RTM_DELNEIGH, hdr.nlmsg_type);
  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 86 public static final short RTM_DELNEIGH = 29;
110 case RTM_DELNEIGH: return "RTM_DELNEIGH";
  /external/strace/xlat/
nl_route_types.h 35 #if !(defined(RTM_DELNEIGH) || (defined(HAVE_DECL_RTM_DELNEIGH) && HAVE_DECL_RTM_DELNEIGH))
36 # define RTM_DELNEIGH 29
176 XLAT(RTM_DELNEIGH),
  /kernel/tests/net/test/
iproute.py 45 RTM_DELNEIGH = 29
625 command = RTM_NEWNEIGH if is_add else RTM_DELNEIGH
  /external/libnl/include/linux-private/linux/
rtnetlink.h 52 RTM_DELNEIGH,
53 #define RTM_DELNEIGH RTM_DELNEIGH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 52 RTM_DELNEIGH,
53 #define RTM_DELNEIGH RTM_DELNEIGH
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 54 RTM_DELNEIGH,
55 #define RTM_DELNEIGH RTM_DELNEIGH
  /external/iproute2/include/uapi/linux/
rtnetlink.h 53 RTM_DELNEIGH,
54 #define RTM_DELNEIGH RTM_DELNEIGH
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 53 RTM_DELNEIGH,
54 #define RTM_DELNEIGH RTM_DELNEIGH
  /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 821 milliseconds

1 2