Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drtime_tli.c74 struct nd_hostserv rpcbind_hs; in rtime_tli() local
93 rpcbind_hs.h_host = host; in rtime_tli()
94 rpcbind_hs.h_serv = "time"; in rtime_tli()
96 if (netdir_getbyname(nconf, &rpcbind_hs, &nlist)) in rtime_tli()
H A Drpcb_clnt.c306 struct nd_hostserv rpcbind_hs; in _getclnthandle_timed() local
371 rpcbind_hs.h_host = host; in _getclnthandle_timed()
372 rpcbind_hs.h_serv = "rpcbind"; in _getclnthandle_timed()
374 if ((neterr = netdir_getbyname(nconf, &rpcbind_hs, &nas)) != 0) { in _getclnthandle_timed()
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c970 struct nd_hostserv rpcbind_hs; in getclnt() local
1002 rpcbind_hs.h_host = HOST_SELF_CONNECT; in getclnt()
1003 rpcbind_hs.h_serv = "rpcbind"; in getclnt()
1004 if (netdir_getbyname(nconf, &rpcbind_hs, &nas) != ND_OK) { in getclnt()
/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c1720 struct nd_hostserv rpcbind_hs; local
1724 rpcbind_hs.h_host = host;
1725 rpcbind_hs.h_serv = "rpcbind";
1726 if (netdir_getbyname(nconf, &rpcbind_hs, &nas)) {