Lines Matching defs:nconf
76 struct netconfig *nconf;
79 nconf = getnetconfigent(cl->cl_netid);
80 if (nconf == NULL)
82 if ((nconf->nc_semantics != NC_TPI_CLTS) ||
83 (strcmp(nconf->nc_protofmly, NC_INET) &&
84 strcmp(nconf->nc_protofmly, NC_INET6)) ||
85 strcmp(nconf->nc_proto, NC_UDP)) {
86 freenetconfigent(nconf);
89 if (strcmp(nconf->nc_protofmly, NC_INET6) == 0)
91 freenetconfigent(nconf);