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

  /src/lib/libc/rpc/
rpcb_clnt.c 434 static struct netconfig *loopnconf; local in function:local_rpcb
474 /* VARIABLES PROTECTED BY loopnconf_lock: loopnconf */
476 if (loopnconf == NULL) {
518 loopnconf = getnetconfigent(tmpnconf->nc_netid);
519 /* loopnconf is never freed */
523 client = getclnthandle(hostname, loopnconf, NULL);
rpcb_clnt.c 434 static struct netconfig *loopnconf; local in function:local_rpcb
474 /* VARIABLES PROTECTED BY loopnconf_lock: loopnconf */
476 if (loopnconf == NULL) {
518 loopnconf = getnetconfigent(tmpnconf->nc_netid);
519 /* loopnconf is never freed */
523 client = getclnthandle(hostname, loopnconf, NULL);

Completed in 47 milliseconds