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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A DDatagramChannelImpl.c69 jboolean purgeOutstandingICMP(JNIEnv *env, jclass clazz, jint fd) function
155 purgeOutstandingICMP(env, this, fd);
/openjdk7/jdk/src/windows/native/java/net/
H A DDualStackPlainDatagramSocketImpl.c38 static jboolean purgeOutstandingICMP(JNIEnv *env, jint fd) function
310 purgeOutstandingICMP(env, fd);
H A DTwoStacksPlainDatagramSocketImpl.c328 static jboolean purgeOutstandingICMP(JNIEnv *env, jobject this, jint fd) function
870 purgeOutstandingICMP(env, this, fd);
1082 purgeOutstandingICMP(env, this, fduse);
1350 purgeOutstandingICMP(env, this, fduse);

Completed in 39 milliseconds