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

1 2

  /frameworks/base/services/net/java/android/net/netlink/
NetlinkConstants.java 87 public static final short RTM_GETNEIGH = 30;
111 case RTM_GETNEIGH: return "RTM_GETNEIGH";
  /external/strace/xlat/
nl_route_types.h 38 #if !(defined(RTM_GETNEIGH) || (defined(HAVE_DECL_RTM_GETNEIGH) && HAVE_DECL_RTM_GETNEIGH))
39 # define RTM_GETNEIGH 30
177 XLAT(RTM_GETNEIGH),
  /kernel/tests/net/test/
iproute.py 46 RTM_GETNEIGH = 30
640 return self._Dump(RTM_GETNEIGH, ndmsg, NdMsg, "")
  /external/libnl/include/linux-private/linux/
rtnetlink.h 54 RTM_GETNEIGH,
55 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 54 RTM_GETNEIGH,
55 #define RTM_GETNEIGH RTM_GETNEIGH
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 56 RTM_GETNEIGH,
57 #define RTM_GETNEIGH RTM_GETNEIGH
  /external/iproute2/include/uapi/linux/
rtnetlink.h 55 RTM_GETNEIGH,
56 #define RTM_GETNEIGH RTM_GETNEIGH
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 55 RTM_GETNEIGH,
56 #define RTM_GETNEIGH RTM_GETNEIGH
  /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...]
zerrors_linux_mips64.go     [all...]

Completed in 687 milliseconds

1 2