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

/libcore/ojluni/src/main/native/
H A DNetworkInterface.c119 static int openSocketWithFallback(JNIEnv *env, const char *ifname);
440 if ((sock =openSocketWithFallback(env, name_utf)) < 0) {
464 if ((sock = openSocketWithFallback(env, name_utf)) < 0) {
994 static int openSocketWithFallback(JNIEnv *env, const char *ifname){ function

Completed in 31 milliseconds