HomeSort by: relevance | last modified time | path
    Searched refs:EAI_SERVICE (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/include/
t_netdb.c 207 #ifdef EAI_SERVICE
211 atf_tc_fail_nonfatal("EAI_SERVICE not defined");
  /src/usr.sbin/traceroute/
as.c 75 if (error == EAI_SERVICE) {
  /src/include/
netdb.h 249 #define EAI_SERVICE 9 /*%< servname not supported for ai_socktype */
  /src/usr.bin/whois/
whois.c 192 if (error == EAI_SERVICE)
  /src/lib/libc/net/
getaddrinfo.c 306 "servname not supported for ai_socktype", /* EAI_SERVICE */
1553 return EAI_SERVICE;
1573 return EAI_SERVICE;
1575 return EAI_SERVICE;
1596 return EAI_SERVICE;
  /src/usr.sbin/inetd/
parse.c 270 if (error == EAI_SERVICE) {
  /src/usr.bin/telnet/
commands.c 2185 if (error == EAI_SERVICE) {

Completed in 17 milliseconds