Lines Matching defs:nconf
368 struct netconfig *nconf;
441 if ((nconf = getnetconfigent(xprt->xp_netid)) != NULL) {
442 if (strcmp(nconf->nc_protofmly, NC_INET) == 0 ||
443 strcmp(nconf->nc_protofmly, NC_INET6) == 0) {
444 if (nconf->nc_semantics == NC_TPI_CLTS) {
449 if (strcmp(nconf->nc_protofmly,
456 if (strcmp(nconf->nc_protofmly,
463 freenetconfigent(nconf);
468 freenetconfigent(nconf);
761 struct netconfig *nconf;
817 if (nconf = getnetconfigent(xprt->xp_netid)) {
818 uaddr = taddr2uaddr(nconf, &xprt->xp_rtaddr);
819 freenetconfigent(nconf);
873 struct netconfig *nconf;
900 if (nconf = getnetconfigent(xprt->xp_netid)) {
901 uaddr = taddr2uaddr(nconf, &xprt->xp_rtaddr);
902 freenetconfigent(nconf);