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

/openjdk7/jdk/src/solaris/native/java/net/
H A DNetworkInterface.c141 static int openSocketWithFallback(JNIEnv *env, const char *ifname);
494 if ((sock =openSocketWithFallback(env, name_utf)) < 0) {
541 if ((sock =openSocketWithFallback(env, name_utf)) < 0) {
564 if ((sock = openSocketWithFallback(env, name_utf)) < 0) {
1039 static int openSocketWithFallback(JNIEnv *env, const char *ifname){ function
1063 static int openSocketWithFallback(JNIEnv *env, const char *ifname){ function
1313 static int openSocketWithFallback(JNIEnv *env, const char *ifname){ function
1358 static int openSocketWithFallback(JNIEnv *env, const char *ifname){ function
1699 static int openSocketWithFallback(JNIEnv *env, const char *ifname){ function
1720 static int openSocketWithFallback(JNIEn function
[all...]

Completed in 124 milliseconds