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

/libcore/ojluni/src/main/native/
H A DNetworkInterface.c110 static jobject createNetworkInterface(JNIEnv *env, netif *ifs);
115 static netif *addif(JNIEnv *env, int sock, struct ifaddrs *ifa, netif *ifs);
116 static void freeif(netif *ifs);
169 netif *ifs, *curr; local
174 ifs = enumInterfaces(env);
175 if (ifs == NULL) {
184 curr = ifs;
199 freeif(ifs);
213 netif *ifs, *curr; local
220 ifs
253 netif *ifs, *curr; local
336 netif *ifs, *curr; local
491 createNetworkInterface(JNIEnv *env, netif *ifs) argument
675 netif *ifs = NULL; local
721 freeif(netif *ifs) argument
753 addif(JNIEnv *env, int sock, struct ifaddrs *ifa, netif *ifs) argument
[all...]

Completed in 135 milliseconds