HomeSort by relevance Sort by last modified time
    Searched refs:RTMGRP_NEIGH (Results 1 - 12 of 12) sorted by null

  /kernel/tests/net/test/
neighbour_test.py 30 RTMGRP_NEIGH = 4
84 self.sock.bind((0, RTMGRP_NEIGH))
  /frameworks/base/services/net/java/android/net/ip/
IpNeighborMonitor.java 153 Os.bind(fd, (SocketAddress)(new NetlinkSocketAddress(0, OsConstants.RTMGRP_NEIGH)));
  /external/libnl/include/linux-private/linux/
rtnetlink.h 523 #define RTMGRP_NEIGH 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
rtnetlink.h 522 #define RTMGRP_NEIGH 4
  /bionic/libc/kernel/uapi/linux/
rtnetlink.h 431 #define RTMGRP_NEIGH 4
  /external/iproute2/include/uapi/linux/
rtnetlink.h 593 #define RTMGRP_NEIGH 4
  /external/kernel-headers/original/uapi/linux/
rtnetlink.h 597 #define RTMGRP_NEIGH 4
  /external/iproute2/misc/
arpd.c 778 if (rtnl_open(&rth, RTMGRP_NEIGH) < 0) {
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Main.cpp 125 RTMGRP_IPV4_IFADDR | RTMGRP_IPV6_IFADDR | RTMGRP_NEIGH |
    [all...]
  /libcore/luni/src/main/java/android/system/
OsConstants.java 418 /** @hide */ public static final int RTMGRP_NEIGH = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 458 initConstant(env, c, "RTMGRP_NEIGH", RTMGRP_NEIGH);
    [all...]
  /external/dhcpcd-6.8.2/
if-linux.c 294 snl.nl_groups |= RTMGRP_IPV6_ROUTE | RTMGRP_IPV6_IFADDR | RTMGRP_NEIGH;
    [all...]

Completed in 258 milliseconds