Home
last modified time | relevance | path

Searched refs:EAI_SERVICE (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.pm919 EAI_SERVICE => -8,
953 EAI_SERVICE() => "servname not supported for ai_socktype",
1030 getservbyname( $service, $protname ) or return fake_makeerr( EAI_SERVICE() );
H A DMakefile.PL177 EAI_NODATA EAI_NONAME EAI_PROTOCOL EAI_SERVICE EAI_SOCKTYPE EAI_SYSTEM
H A DSocket.xs546 #ifdef EAI_SERVICE in gai_strerror()
547 case EAI_SERVICE: in gai_strerror()
/openbsd/lib/libc/net/
H A Dgai_strerror.c61 case EAI_SERVICE: in gai_strerror()
/openbsd/include/
H A Dnetdb.h195 #define EAI_SERVICE -8 /* service not supported for ai_socktype */ macro
/openbsd/usr.bin/whois/
H A Dwhois.c181 if (error == EAI_SERVICE) in whois()
/openbsd/libexec/mail.local/
H A Dmail.local.c291 if (error != EAI_SERVICE) { in notifybiff()
/openbsd/lib/libc/asr/
H A Dgetaddrinfo_async.c187 ar->ar_gai_errno = EAI_SERVICE; in getaddrinfo_async_run()
224 ar->ar_gai_errno = EAI_SERVICE; in getaddrinfo_async_run()
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL73 EAI_SERVICE EAI_SOCKTYPE EAI_SYSTEM EAI_OVERFLOW
/openbsd/usr.bin/rsync/
H A Dsocket.c176 } else if (error == EAI_SERVICE) { in inet_resolve()
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t142 EAI_NONAME EAI_OVERFLOW EAI_SERVICE EAI_SOCKTYPE EAI_SYSTEM
/openbsd/usr.bin/ftp/
H A Dfetch.c536 if (error == EAI_SERVICE && port == httpport) { in url_get()
540 } else if (error == EAI_SERVICE && port == httpsport) { in url_get()
H A Dftp.c126 if (error == EAI_SERVICE) { in hookup()
148 if (error == EAI_SERVICE) in hookup()
/openbsd/usr.bin/telnet/
H A Dcommands.c1815 if (error == EAI_SERVICE) in tn()
/openbsd/usr.sbin/rpki-client/
H A Dhttp.c554 if (error == EAI_SERVICE) in http_resolv()