Home
last modified time | relevance | path

Searched refs:tnconf (Results 1 – 1 of 1) sorted by relevance

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