jdk/src/share/native/java/net/net_util.h
changeset 23015 73b21ab36615
parent 23010 6dadb192ad81
child 23879 284802a2d355
equal deleted inserted replaced
23014:af8145529dd4 23015:73b21ab36615
   163 int
   163 int
   164 NET_IsZeroAddr(jbyte* caddr);
   164 NET_IsZeroAddr(jbyte* caddr);
   165 
   165 
   166 /* Socket operations
   166 /* Socket operations
   167  *
   167  *
   168  * These work just like the JVM_* procedures, except that they may do some
   168  * These work just like the system calls, except that they may do some
   169  * platform-specific pre/post processing of the arguments and/or results.
   169  * platform-specific pre/post processing of the arguments and/or results.
   170  */
   170  */
   171 
   171 
   172 JNIEXPORT int JNICALL
   172 JNIEXPORT int JNICALL
   173 NET_GetSockOpt(int fd, int level, int opt, void *result, int *len);
   173 NET_GetSockOpt(int fd, int level, int opt, void *result, int *len);