Home
last modified time | relevance | path

Searched refs:nssout (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libsocket/inet/
H A Dgetservbyname_r.c64 union nss_netdirbyname_out nssout; in getservbyname_r() local
77 nssout.nss.serv = result; in getservbyname_r()
83 neterr = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout); in getservbyname_r()
89 return (nssout.nss.serv); in getservbyname_r()
98 union nss_netdirbyaddr_out nssout; in getservbyport_r() local
111 nssout.nss.serv = result; in getservbyport_r()
117 neterr = _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout); in getservbyport_r()
123 return (nssout.nss.serv); in getservbyport_r()
/titanic_41/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c109 union nss_netdirbyname_out nssout; in gethostbyname_r() local
131 nssout.nss.host.hent = result; in gethostbyname_r()
132 nssout.nss.host.herrno_p = h_errnop; in gethostbyname_r()
138 neterr = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout); in gethostbyname_r()
143 return (nssout.nss.host.hent); in gethostbyname_r()
152 union nss_netdirbyaddr_out nssout; in gethostbyaddr_r() local
176 nssout.nss.host.hent = result; in gethostbyaddr_r()
177 nssout.nss.host.herrno_p = h_errnop; in gethostbyaddr_r()
183 neterr = _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout); in gethostbyaddr_r()
188 return (nssout.nss.host.hent); in gethostbyaddr_r()
H A Dgetipnodeby.c231 union nss_netdirbyname_out nssout; in getipnodebyname() local
266 nssout.nss.host.hent = buf6->result; in getipnodebyname()
267 nssout.nss.host.herrno_p = error_num; in getipnodebyname()
268 ret = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout); in getipnodebyname()
304 nssout.nss.host.hent = buf4->result; in getipnodebyname()
305 nssout.nss.host.herrno_p = error_num; in getipnodebyname()
306 ret = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout); in getipnodebyname()
445 union nss_netdirbyaddr_out nssout; in getipnodebyaddr() local
500 nssout.nss.host.hent = buf->result; in getipnodebyaddr()
501 nssout.nss.host.herrno_p = error_num; in getipnodebyaddr()
[all …]
/titanic_41/usr/src/lib/libnsl/netdir/
H A Dnetdir.c170 union nss_netdirbyname_out nssout; in netdir_getbyname() local
182 nssout.nd_alist = addrs; in netdir_getbyname()
183 return (_get_hostserv_inetnetdir_byname(tp, &nssin, &nssout)); in netdir_getbyname()
188 union nss_netdirbyname_out nssout; in netdir_getbyname() local
195 nssout.nd_alist = addrs; in netdir_getbyname()
196 return (_get_hostserv_inetnetdir_byname(tp, &nssin, &nssout)); in netdir_getbyname()
277 union nss_netdirbyaddr_out nssout; in netdir_getbyaddr() local
281 nssout.nd_hslist = serv; in netdir_getbyaddr()
282 return (_get_hostserv_inetnetdir_byaddr(tp, &nssin, &nssout)); in netdir_getbyaddr()
287 union nss_netdirbyaddr_out nssout; in netdir_getbyaddr() local
[all …]