src/java.base/unix/native/libnet/net_util_md.h
changeset 59243 fb1d9bf1be2b
parent 59197 bb3472aa26c8
child 59256 aa516a7cf95e
equal deleted inserted replaced
59242:6ba3d8d41135 59243:fb1d9bf1be2b
    96                                                int gai_error);
    96                                                int gai_error);
    97 void NET_ThrowByNameWithLastError(JNIEnv *env, const char *name,
    97 void NET_ThrowByNameWithLastError(JNIEnv *env, const char *name,
    98                                   const char *defaultDetail);
    98                                   const char *defaultDetail);
    99 void NET_SetTrafficClass(SOCKETADDRESS *sa, int trafficClass);
    99 void NET_SetTrafficClass(SOCKETADDRESS *sa, int trafficClass);
   100 
   100 
   101 #ifdef __linux__
       
   102 int kernelIsV24();
       
   103 #endif
       
   104 
       
   105 #ifdef __solaris__
   101 #ifdef __solaris__
   106 int net_getParam(char *driver, char *param);
   102 int net_getParam(char *driver, char *param);
   107 #endif
   103 #endif
   108 
   104 
   109 #endif /* NET_UTILS_MD_H */
   105 #endif /* NET_UTILS_MD_H */