jdk/src/share/native/java/net/net_util.h
changeset 13047 67e8a1701e75
parent 13043 10fa4f21ea0f
parent 12688 f15fd32c975e
child 16870 f35b2bd19761
equal deleted inserted replaced
13046:f75226635385 13047:67e8a1701e75
   138 NET_IPv4MappedToIPv4(jbyte* caddr);
   138 NET_IPv4MappedToIPv4(jbyte* caddr);
   139 
   139 
   140 int
   140 int
   141 NET_IsEqual(jbyte* caddr1, jbyte* caddr2);
   141 NET_IsEqual(jbyte* caddr1, jbyte* caddr2);
   142 
   142 
       
   143 int
       
   144 NET_IsZeroAddr(jbyte* caddr);
       
   145 
   143 /* Socket operations
   146 /* Socket operations
   144  *
   147  *
   145  * These work just like the JVM_* procedures, except that they may do some
   148  * These work just like the JVM_* procedures, except that they may do some
   146  * platform-specific pre/post processing of the arguments and/or results.
   149  * platform-specific pre/post processing of the arguments and/or results.
   147  */
   150  */