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