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

/openjdk7/jdk/src/windows/native/sun/nio/ch/
H A Dnio_util.h40 jboolean purgeOutstandingICMP(JNIEnv *env, jclass clazz, jint fd);
H A DDatagramDispatcher.c76 purgeOutstandingICMP(env, clazz, fd);
123 purgeOutstandingICMP(env, clazz, fd);
164 purgeOutstandingICMP(env, clazz, fd);
210 purgeOutstandingICMP(env, clazz, fd);
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 89 milliseconds