Home
last modified time | relevance | path

Searched refs:getaddrinfo (Results 1 – 25 of 75) sorted by relevance

123

/titanic_41/usr/src/head/
H A Dnetdb.h312 #pragma redefine_extname getaddrinfo __xnet_getaddrinfo
314 #define getaddrinfo __xnet_getaddrinfo macro
318 int getaddrinfo(const char *_RESTRICT_KYWD,
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/include/
H A Dfake-addrinfo.h223 #undef getaddrinfo
224 #define getaddrinfo krb5int_getaddrinfo macro
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dhostaddr.c57 r = getaddrinfo (name, 0, &hints, &ai); in krb5_os_hostaddr()
60 r = getaddrinfo (name, 0, &hints, &ai); in krb5_os_hostaddr()
/titanic_41/usr/src/cmd/lms/tools/
H A DATNetworkTool.cpp275 if (0 != (error = getaddrinfo(hbuf, pbuf, &hints, &paddrp))) { in GetSockPeerIPs()
390 if ((error = getaddrinfo(NULL, "0", &hints, &paddrp)) != 0) { in ConnectSocket()
495 if ((error = getaddrinfo(NULL, port, &hints, &paddrp)) != 0) { in CreateServerSockets()
607 if ((error = getaddrinfo(host, port, &hints, &paddrp)) != 0) { in Connect()
619 if ((error = getaddrinfo(host, port, &hints, &paddrp)) != 0) { in Connect()
675 if ((error = getaddrinfo(NULL, port, &hints, &paddrp)) != 0) { in ConnectLoopback()
/titanic_41/usr/src/man/man3socket/
H A DMakefile27 getaddrinfo.3socket \
167 freeaddrinfo.3socket := LINKSRC = getaddrinfo.3socket
168 gai_strerror.3socket := LINKSRC = getaddrinfo.3socket
169 getnameinfo.3socket := LINKSRC = getaddrinfo.3socket
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_netdb.h33 #define getaddrinfo res_getaddrinfo /* libsocket */ macro
34 int getaddrinfo __P((const char *, const char *,
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c114 getaddrinfo (/*@in@*/ /*@null@*/ const char *,
315 return getaddrinfo(name, serv, hint, res); in system_getaddrinfo()
340 #undef getaddrinfo
341 #define getaddrinfo my_fake_getaddrinfo macro
464 int getaddrinfo (const char *name, const char *serv,
1068 int getaddrinfo (const char *name, const char *serv, in getaddrinfo() function
1099 getaddrinfo (const char *name, const char *serv, const struct addrinfo *hint, in getaddrinfo() function
1339 return getaddrinfo(node, service, hints, aip); in krb5int_getaddrinfo()
/titanic_41/usr/src/man/man3xnet/
H A DMakefile52 MANLINKS= getaddrinfo.3xnet \
82 getaddrinfo.3xnet := LINKSRC = freeaddrinfo.3xnet
/titanic_41/usr/src/cmd/ssh/include/
H A Dfake-getaddrinfo.h41 int getaddrinfo(const char *hostname, const char *servname,
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dgethost.c37 error = getaddrinfo(name, NULL, &hints, &ai);
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/
H A DMakefile.com39 fake-getaddrinfo.o \
/titanic_41/usr/src/cmd/cmd-inet/common/
H A Daddr_match.c107 if (getaddrinfo(hostname, NULL, &hints, &res) == 0) { in check_address()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/
H A Drdate.c116 rc = getaddrinfo(argv[1], "time", &hints, &res); in main()
/titanic_41/usr/src/lib/libsasl/include/
H A Dconfig.h427 #define getaddrinfo sasl_getaddrinfo macro
/titanic_41/usr/src/lib/libsocket/
H A DMakefile.com30 getaddrinfo.o getnameinfo.o getnetent.o getnetent_r.o \
/titanic_41/usr/src/lib/libsmbfs/smb/
H A Dgetaddr.c157 gaierr = getaddrinfo(srvaddr_str, NULL, &hints, &res); in smb_ctx_getaddr()
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dfake-getaddrinfo.c67 int getaddrinfo(const char *hostname, const char *servname, in getaddrinfo() function
H A Dllib-lopenbsd-compat47 #include <fake-getaddrinfo.h>
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3socket.inc23 file path=usr/share/man/man3socket/getaddrinfo.3socket
71 target=getaddrinfo.3socket
77 target=getaddrinfo.3socket
83 target=getaddrinfo.3socket
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Dnetcat.c553 if ((error = getaddrinfo(host, port, &hints, &res))) in remote_connect()
573 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares))) in remote_connect()
628 if ((error = getaddrinfo(host, port, &hints, &res))) in local_listen()
/titanic_41/usr/src/lib/libsocket/inet/
H A Drexec.c93 rc = getaddrinfo(*ahost, aport, &hints, &res); in rexec_af()
/titanic_41/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl_osd.h308 getaddrinfo((name), NULL, NULL, (addr_ptr))
/titanic_41/usr/src/cmd/ssh/ssh-http-proxy-connect/
H A Dssh-http-proxy-connect.c192 if ((err_code = getaddrinfo(httpproxy, httpproxyport, &hints, &ai)) in main()
/titanic_41/usr/src/cmd/netfiles/
H A Dnss.dfl39 #name lookup functions such as gethostbyname(), getaddrinfo(),
/titanic_41/usr/src/cmd/ssh/ssh-socks5-proxy-connect/
H A Dssh-socks5-proxy-connect.c315 if ((err_code = getaddrinfo(socks_server, socks_port, &hints, &ai)) in main()

123