HomeSort by: relevance | last modified time | path
    Searched defs:nconf_clts (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/rpc/
rpcb_clnt.c 805 struct netconfig *nconf_clts; local in function:__rpcb_findaddr
816 while ((nconf_clts = __rpc_getconf(handle))
818 if (strcmp(nconf_clts->nc_protofmly,
822 client = getclnthandle(host, nconf_clts,
rpcb_clnt.c 805 struct netconfig *nconf_clts; local in function:__rpcb_findaddr
816 while ((nconf_clts = __rpc_getconf(handle))
818 if (strcmp(nconf_clts->nc_protofmly,
822 client = getclnthandle(host, nconf_clts,

Completed in 23 milliseconds