Searched refs:netconf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c129 struct netconfig *netconf = NULL; local
158 &netconf, port, NULL, NULL, TRUE, NULL, &cstat);
160 if (netconf == NULL || fsl_retp->addr == NULL)
163 fsl_retp->knconf = get_knconf(netconf);
204 struct netconfig **netconf, ushort_t port,
267 *netconf = nconf;
203 resolve_netconf(char *host, rpcprog_t prog, rpcvers_t nfsver, struct netconfig **netconf, ushort_t port, struct t_info *tinfo, caddr_t *fhp, bool_t direct_to_server, char *fspath, enum clnt_stat *cstatp) argument
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c565 struct netconfig *netconf; local
582 if ((netconf = getnetconfigent("ticotsord")) == NULL) {
587 addr = uaddr2taddr(netconf, "localhost.rpc");
588 freenetconfigent(netconf);

Completed in 46 milliseconds