Searched refs:rpcbind_hs (Results 1 – 4 of 4) sorted by relevance
76 struct nd_hostserv rpcbind_hs; in rtime_tli() local95 rpcbind_hs.h_host = host; in rtime_tli()96 rpcbind_hs.h_serv = "time"; in rtime_tli()98 if (netdir_getbyname(nconf, &rpcbind_hs, &nlist)) in rtime_tli()
306 struct nd_hostserv rpcbind_hs; in _getclnthandle_timed() local371 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()
970 struct nd_hostserv rpcbind_hs; in getclnt() local1002 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()
1720 struct nd_hostserv rpcbind_hs; local1724 rpcbind_hs.h_host = host;1725 rpcbind_hs.h_serv = "rpcbind";1726 if (netdir_getbyname(nconf, &rpcbind_hs, &nas)) {