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

/libcore/ojluni/src/main/native/
H A DNetworkInterface.c113 static netif *enumInterfaces(JNIEnv *env);
174 ifs = enumInterfaces(env);
220 ifs = enumInterfaces(env);
260 ifs = enumInterfaces(env);
340 ifs = enumInterfaces(env);
674 static netif *enumInterfaces(JNIEnv *env) { function

Completed in 47 milliseconds