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

  /src/lib/libc/rpc/
svc.c 255 struct netconfig *tnconf; local in function:svc_reg
270 } else if ((tnconf = __rpcgettp(xprt->xp_fd)) != NULL) {
271 netid = strdup(tnconf->nc_netid);
273 freenetconfigent(tnconf);
svc.c 255 struct netconfig *tnconf; local in function:svc_reg
270 } else if ((tnconf = __rpcgettp(xprt->xp_fd)) != NULL) {
271 netid = strdup(tnconf->nc_netid);
273 freenetconfigent(tnconf);

Completed in 24 milliseconds