/titanic_41/usr/src/head/ |
H A D | netdb.h | 312 #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 D | fake-addrinfo.h | 223 #undef getaddrinfo 224 #define getaddrinfo krb5int_getaddrinfo macro
|
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | hostaddr.c | 57 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 D | ATNetworkTool.cpp | 275 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 D | Makefile | 27 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 D | port_netdb.h | 33 #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 D | fake-addrinfo.c | 114 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 D | Makefile | 52 MANLINKS= getaddrinfo.3xnet \ 82 getaddrinfo.3xnet := LINKSRC = freeaddrinfo.3xnet
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | fake-getaddrinfo.h | 41 int getaddrinfo(const char *hostname, const char *servname,
|
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | gethost.c | 37 error = getaddrinfo(name, NULL, &hints, &ai);
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/ |
H A D | Makefile.com | 39 fake-getaddrinfo.o \
|
/titanic_41/usr/src/cmd/cmd-inet/common/ |
H A D | addr_match.c | 107 if (getaddrinfo(hostname, NULL, &hints, &res) == 0) { in check_address()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | rdate.c | 116 rc = getaddrinfo(argv[1], "time", &hints, &res); in main()
|
/titanic_41/usr/src/lib/libsasl/include/ |
H A D | config.h | 427 #define getaddrinfo sasl_getaddrinfo macro
|
/titanic_41/usr/src/lib/libsocket/ |
H A D | Makefile.com | 30 getaddrinfo.o getnameinfo.o getnetent.o getnetent_r.o \
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | getaddr.c | 157 gaierr = getaddrinfo(srvaddr_str, NULL, &hints, &res); in smb_ctx_getaddr()
|
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | fake-getaddrinfo.c | 67 int getaddrinfo(const char *hostname, const char *servname, in getaddrinfo() function
|
H A D | llib-lopenbsd-compat | 47 #include <fake-getaddrinfo.h>
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-library.man3socket.inc | 23 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 D | netcat.c | 553 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 D | rexec.c | 93 rc = getaddrinfo(*ahost, aport, &hints, &res); in rexec_af()
|
/titanic_41/usr/src/lib/udapl/udapl_tavor/include/ |
H A D | dapl_osd.h | 308 getaddrinfo((name), NULL, NULL, (addr_ptr))
|
/titanic_41/usr/src/cmd/ssh/ssh-http-proxy-connect/ |
H A D | ssh-http-proxy-connect.c | 192 if ((err_code = getaddrinfo(httpproxy, httpproxyport, &hints, &ai)) in main()
|
/titanic_41/usr/src/cmd/netfiles/ |
H A D | nss.dfl | 39 #name lookup functions such as gethostbyname(), getaddrinfo(),
|
/titanic_41/usr/src/cmd/ssh/ssh-socks5-proxy-connect/ |
H A D | ssh-socks5-proxy-connect.c | 315 if ((err_code = getaddrinfo(socks_server, socks_port, &hints, &ai)) in main()
|