Home
last modified time | relevance | path

Searched refs:h_hostservs (Results 1 – 21 of 21) sorted by relevance

/titanic_50/usr/src/lib/nametoaddr/straddr/common/
H A Dstraddr.c241 retp->h_hostservs = calloc(nhost, sizeof (struct nd_hostserv)); in _netdir_getbyaddr()
242 if (retp->h_hostservs == NULL) { in _netdir_getbyaddr()
253 nd_hostservp = retp->h_hostservs; in _netdir_getbyaddr()
/titanic_50/usr/src/cmd/fs.d/nfs/mountd/
H A Dnetgroup.c154 host0 = clnames->h_hostservs[0].h_host; in netgroup_check()
163 host = clnames->h_hostservs[j].h_host; in netgroup_check()
H A Dmountd.c1160 return (cln->clnames->h_hostservs[0].h_host); in cln_gethost()
1877 char *host = clnames->h_hostservs[i].h_host; in in_access_list()
/titanic_50/usr/src/lib/libnsl/yp/
H A Dyp_all.c125 (char *)strdup(nhs->h_hostservs->h_host); in __yp_all_cflookup()
256 (char *)strdup(nhs->h_hostservs->h_host); in __yp_all_rsvdport()
/titanic_50/usr/src/head/
H A Dnetdir.h57 struct nd_hostserv *h_hostservs; /* the entries */ member
/titanic_50/usr/src/lib/libnsl/rpc/
H A Drpc_soc.c539 if (hlist && hlist->h_cnt > 0 && hlist->h_hostservs) in authdes_create()
540 hostname = hlist->h_hostservs->h_host; in authdes_create()
/titanic_50/usr/src/cmd/rpcsvc/
H A Drup.c365 hs->h_hostservs->h_host);
436 sprintf(buf, "%s", hs->h_hostservs->h_host); in printnames()
H A Drusers.c260 hs->h_hostservs->h_host); in collectnames()
386 hs->h_hostservs->h_host); in collectnames_3()
/titanic_50/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c660 anon_hsl.h_hostservs = &anon_hs;
698 name = clnames->h_hostservs->h_host;
/titanic_50/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_tbind.c1086 host->h_hostservs) { in do_poll_clts_action()
1089 host->h_hostservs->h_host, in do_poll_clts_action()
1090 host->h_hostservs->h_serv); in do_poll_clts_action()
1436 clnt = clnt_serv->h_hostservs->h_host; in cots_listen_event()
/titanic_50/usr/src/lib/libwrap/
H A Dtli.c258 struct nd_hostserv *service = servlist->h_hostservs;
/titanic_50/usr/src/cmd/ypcmd/
H A Dyppoll.c378 sprintf(hostbuf, "%s", nhs->h_hostservs->h_host); in getypserv()
H A Dypupdated.c404 strcpy(namebuf, hostservs->h_hostservs->h_host);
H A Dypwhich.c486 str = nhs->h_hostservs->h_host;
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_util.c492 host = clnames->h_hostservs[i].h_host; in smb_chk_hostaccess()
612 host = clnames->h_hostservs[j].h_host; in smb_netgroup_match()
/titanic_50/usr/src/lib/libnsl/netdir/
H A Dnetdir.c610 for (hs = hss->h_hostservs, i = 0; i < hss->h_cnt; i++, hs++) { in netdir_free()
616 free(hss->h_hostservs); in netdir_free()
/titanic_50/usr/src/cmd/ypcmd/ypupdated/
H A Drpc.ypupdated.c394 strcpy(namebuf, hostservs->h_hostservs->h_host);
/titanic_50/usr/src/cmd/avs/rdc/
H A Dsndrd.c1534 host->h_hostservs) { in do_poll_clts_action()
1538 progname, host->h_hostservs->h_host, in do_poll_clts_action()
1539 host->h_hostservs->h_serv); in do_poll_clts_action()
/titanic_50/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2194 result->h_hostservs = hs; in hsents2ndhostservs()
2218 free(result->h_hostservs); in hsents2ndhostservs()
2375 hs = addrs->h_hostservs; in ndhostserv2hent()
2438 hs = addrs->h_hostservs; in ndhostserv2srent()
/titanic_50/usr/src/cmd/rpcinfo/
H A Drpcinfo.c624 hostname = serv->h_hostservs->h_host;
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c2246 hspp = hsp->h_hostservs; in cvthname()