src/share/native/java/net/net_util.h
Print this page
*** 163,173 ****
int
NET_IsZeroAddr(jbyte* caddr);
/* Socket operations
*
! * These work just like the JVM_* procedures, except that they may do some
* platform-specific pre/post processing of the arguments and/or results.
*/
JNIEXPORT int JNICALL
NET_GetSockOpt(int fd, int level, int opt, void *result, int *len);
--- 163,173 ----
int
NET_IsZeroAddr(jbyte* caddr);
/* Socket operations
*
! * These work just like the system calls, except that they may do some
* platform-specific pre/post processing of the arguments and/or results.
*/
JNIEXPORT int JNICALL
NET_GetSockOpt(int fd, int level, int opt, void *result, int *len);