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

/openjdk7/jdk/src/windows/classes/java/net/
H A DTwoStacksPlainDatagramSocketImpl.java57 private int fduse=-1; /* saved between peek() and receive() calls */ field in class:TwoStacksPlainDatagramSocketImpl
116 fduse = -1;
/openjdk7/jdk/src/windows/native/java/net/
H A DTwoStacksPlainDatagramSocketImpl.c395 pdsi_fduseID = (*env)->GetFieldID(env, cls, "fduse", "I");
929 int fd, fd1, fduse, nsockets=0, errorCode; local
966 fduse = fd;
968 fduse = fd1;
1024 ret = NET_Timeout2 (fd, fd1, t, &fduse);
1043 fduse = checkLastFD (env, this, fd, fd1);
1050 ret = NET_Timeout (fduse, timeout);
1070 n = recvfrom(fduse, fullPacket, packetBufferLen, MSG_PEEK,
1082 purgeOutstandingICMP(env, this, fduse);
1174 (*env)->SetIntField(env, this, pdsi_fduseID, fduse);
1203 int fd, fd1, fduse, errorCode; local
[all...]

Completed in 34 milliseconds