Lines Matching defs:conf
151 struct netconfig *conf;
161 if ((conf = rpcbind_get_conf(transp->xp_netid)) == 0) {
164 } else if (strcmp(conf->nc_protofmly, "inet") == 0 ||
165 strcmp(conf->nc_protofmly, "inet6") == 0) {
168 } else if ((uaddr = taddr2uaddr(conf, &(transp->xp_rtaddr))) == NULL) {
172 conf->nc_protofmly, uaddr);
195 struct netconfig *conf;
198 if ((conf = rpcbind_get_conf(transp->xp_netid)) == 0) {
207 if (ispmap && strcmp(conf->nc_protofmly, "inet") != 0) {
209 } else if (strcmp(conf->nc_protofmly, "inet") == 0 ||
210 strcmp(conf->nc_protofmly, "inet6") == 0) {