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

1 2 3 4 5 6

  /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";
NetlinkMessage.java 70 case NetlinkConstants.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
182 XLAT(RTM_GETNEIGH),
  /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.11-4.8/sysroot/usr/include/linux/
rtnetlink.h 47 RTM_GETNEIGH,
48 #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
  /external/iproute2/ip/
ipneigh.c 203 n->nlmsg_type != RTM_GETNEIGH) {
273 else if (n->nlmsg_type == RTM_GETNEIGH)
353 req.n.nlmsg_type = RTM_GETNEIGH;
438 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) {
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 56 RTM_GETNEIGH,
57 #define RTM_GETNEIGH RTM_GETNEIGH
  /development/ndk/platforms/android-21/include/linux/
rtnetlink.h 65 RTM_GETNEIGH,
66 #define RTM_GETNEIGH RTM_GETNEIGH
  /development/ndk/platforms/android-9/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /external/iproute2/include/linux/
rtnetlink.h 54 RTM_GETNEIGH,
55 #define RTM_GETNEIGH RTM_GETNEIGH
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 54 RTM_GETNEIGH,
55 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
rtnetlink.h 48 RTM_GETNEIGH,
49 #define RTM_GETNEIGH RTM_GETNEIGH

Completed in 941 milliseconds

1 2 3 4 5 6