Lines Matching defs:nssout
109 union nss_netdirbyname_out nssout;
131 nssout.nss.host.hent = result;
132 nssout.nss.host.herrno_p = h_errnop;
138 neterr = _get_hostserv_inetnetdir_byname(nconf, &nssin, &nssout);
143 return (nssout.nss.host.hent);
152 union nss_netdirbyaddr_out nssout;
176 nssout.nss.host.hent = result;
177 nssout.nss.host.herrno_p = h_errnop;
183 neterr = _get_hostserv_inetnetdir_byaddr(nconf, &nssin, &nssout);
188 return (nssout.nss.host.hent);