Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetservbyname_r.c62 union nss_netdirbyname_out nssout; in getservbyname_r() local
75 nssout.nss.serv = result; in getservbyname_r()
81 neterr = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout); in getservbyname_r()
87 return (nssout.nss.serv); in getservbyname_r()
96 union nss_netdirbyaddr_out nssout; in getservbyport_r() local
109 nssout.nss.serv = result; in getservbyport_r()
115 neterr = _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout); in getservbyport_r()
121 return (nssout.nss.serv); in getservbyport_r()
/illumos-gate/usr/src/lib/libnsl/nss/
H A Dgethostbyname_r.c107 union nss_netdirbyname_out nssout; in gethostbyname_r() local
129 nssout.nss.host.hent = result; in gethostbyname_r()
130 nssout.nss.host.herrno_p = h_errnop; in gethostbyname_r()
136 neterr = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout); in gethostbyname_r()
141 return (nssout.nss.host.hent); in gethostbyname_r()
150 union nss_netdirbyaddr_out nssout; in gethostbyaddr_r() local
174 nssout.nss.host.hent = result; in gethostbyaddr_r()
175 nssout.nss.host.herrno_p = h_errnop; in gethostbyaddr_r()
181 neterr = _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout); in gethostbyaddr_r()
186 return (nssout.nss.host.hent); in gethostbyaddr_r()
H A Dgetipnodeby.c253 union nss_netdirbyname_out nssout; in getipnodebyname() local
288 nssout.nss.host.hent = buf6->result; in getipnodebyname()
289 nssout.nss.host.herrno_p = error_num; in getipnodebyname()
326 nssout.nss.host.hent = buf4->result; in getipnodebyname()
327 nssout.nss.host.herrno_p = error_num; in getipnodebyname()
467 union nss_netdirbyaddr_out nssout; in getipnodebyaddr() local
522 nssout.nss.host.hent = buf->result; in getipnodebyaddr()
523 nssout.nss.host.herrno_p = error_num; in getipnodebyaddr()
599 nssout.nss.host.hent = buf->result; in getipnodebyaddr()
649 nssout.nss.host.hent = buf->result; in getipnodebyaddr()
[all …]
/illumos-gate/usr/src/lib/libnsl/netdir/
H A Dnetdir.c168 union nss_netdirbyname_out nssout; in netdir_getbyname() local
180 nssout.nd_alist = addrs; in netdir_getbyname()
186 union nss_netdirbyname_out nssout; in netdir_getbyname() local
193 nssout.nd_alist = addrs; in netdir_getbyname()
275 union nss_netdirbyaddr_out nssout; in netdir_getbyaddr() local
279 nssout.nd_hslist = serv; in netdir_getbyaddr()
285 union nss_netdirbyaddr_out nssout; in netdir_getbyaddr() local
289 nssout.nd_hslist = serv; in netdir_getbyaddr()
309 union nss_netdirbyaddr_out nssout; in __netdir_getbyaddr_nosrv() local
313 nssout.nd_hslist = serv; in __netdir_getbyaddr_nosrv()
[all …]