Lines Matching refs:nssout
231 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()
508 _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout); in getipnodebyaddr()
577 nssout.nss.host.hent = buf->result; in getipnodebyaddr()
578 nssout.nss.host.herrno_p = error_num; in getipnodebyaddr()
585 _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout); in getipnodebyaddr()
627 nssout.nss.host.hent = buf->result; in getipnodebyaddr()
628 nssout.nss.host.herrno_p = error_num; in getipnodebyaddr()
635 _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout); in getipnodebyaddr()
643 return (nssout.nss.host.hent); in getipnodebyaddr()