Searched defs:ifIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkUtils.java57 * @param ifIndex the interface index.
59 public native static void setupRaSocket(FileDescriptor fd, int ifIndex) throws SocketException; argument
/frameworks/base/core/jni/
H A Dandroid_net_NetUtils.cpp129 jint ifIndex)
180 len = sizeof(ifIndex);
181 if (setsockopt(fd, IPPROTO_IPV6, IPV6_MULTICAST_IF, &ifIndex, len) != 0) {
211 .ipv6mr_interface = ifIndex,
128 android_net_utils_setupRaSocket(JNIEnv *env, jobject clazz, jobject javaFd, jint ifIndex) argument
/frameworks/base/services/net/java/android/net/ip/
H A DIpReachabilityMonitor.java178 private static int probeNeighbor(int ifIndex, InetAddress ip) { argument
179 final String msgSnippet = "probing ip=" + ip.getHostAddress() + "%" + ifIndex;
183 1, ip, StructNdMsg.NUD_PROBE, ifIndex, null);
232 int ifIndex = -1;
/frameworks/base/services/net/java/android/net/netlink/
H A DRtNetlinkNeighborMessage.java146 int seqNo, InetAddress ip, short nudState, int ifIndex, byte[] llAddr) {
156 msg.mNdmsg.ndm_ifindex = ifIndex;
145 newNewNeighborMessage( int seqNo, InetAddress ip, short nudState, int ifIndex, byte[] llAddr) argument

Completed in 132 milliseconds