src/java.base/unix/native/libnet/net_util_md.h
changeset 55375 96c7427456f9
parent 53741 38b6110d5db2
child 58801 119ac9128c1b
child 59197 bb3472aa26c8
equal deleted inserted replaced
55374:5c4f1b7c753b 55375:96c7427456f9
    99                                   const char *defaultDetail);
    99                                   const char *defaultDetail);
   100 void NET_SetTrafficClass(SOCKETADDRESS *sa, int trafficClass);
   100 void NET_SetTrafficClass(SOCKETADDRESS *sa, int trafficClass);
   101 
   101 
   102 #ifdef __linux__
   102 #ifdef __linux__
   103 int kernelIsV24();
   103 int kernelIsV24();
   104 int getDefaultIPv6Interface(struct in6_addr *target_addr);
       
   105 #endif
   104 #endif
   106 
   105 
   107 #ifdef __solaris__
   106 #ifdef __solaris__
   108 int net_getParam(char *driver, char *param);
   107 int net_getParam(char *driver, char *param);
   109 #endif
   108 #endif