Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c865 struct netconfig *tnconf; in svc_reg() local
877 } else if ((tnconf = __rpcfd_to_nconf(xprt->xp_fd, xprt->xp_type)) in svc_reg()
879 netid = strdup(tnconf->nc_netid); in svc_reg()
881 freenetconfigent(tnconf); in svc_reg()