Home | History | Annotate | Download | only in native

Lines Matching full:recvcount

1065     jint recvCount = NET_FAILURE_RETRY(env, ssize_t, recvfrom, javaFd, bytes.get() + byteOffset, byteCount, flags, from, fromLength);
1066 fillInetSocketAddress(env, recvCount, javaInetSocketAddress, ss);
1067 return recvCount;