HomeSort by relevance Sort by last modified time
    Searched defs:ifIndex (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/net/java/android/net/netlink/
RtNetlinkNeighborMessageTest.java 221 final int ifIndex = 14;
254 seqNo, Inet4Address.LOOPBACK, StructNdMsg.NUD_DELAY, ifIndex, llAddr);
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 179 private static int probeNeighbor(int ifIndex, InetAddress ip) {
180 final String msgSnippet = "probing ip=" + ip.getHostAddress() + "%" + ifIndex;
184 1, ip, StructNdMsg.NUD_PROBE, ifIndex, null);
203 int ifIndex = -1;
  /external/mdnsresponder/mDNSWindows/SystemService/
Service.c 152 static OSStatus GetRouteDestination(DWORD * ifIndex, DWORD * address);
    [all...]
  /external/mdnsresponder/mDNSWindows/
mDNSWin32.c     [all...]

Completed in 195 milliseconds