Lines Matching defs:client_ip
144 dns_rpz_zbits_t client_ip;
383 tgt_set->client_ip = zbits;
388 tgt_set->client_ip = 0;
393 tgt_set->client_ip = 0;
431 sum.client_ip |= child->sum.client_ip;
438 sum.client_ip |= child->sum.client_ip;
443 if (cnode->sum.client_ip == sum.client_ip &&
528 rpzs->have.client_ip = rpzs->have.client_ipv4 | rpzs->have.client_ipv6;
548 zbits_notreq = (rpzs->have.client_ip | rpzs->have.qname);
839 if (dns_name_issubdomain(name, &rpz->client_ip)) {
1211 child->set.client_ip |= tgt_set->client_ip;
1219 if ((cur->sum.client_ip & set.client_ip) == 0 &&
1246 if ((cur->set.client_ip & set.client_ip) != 0 ||
1264 cur->set.client_ip |=
1265 tgt_set->client_ip;
1301 if ((cur->set.client_ip & set.client_ip) != 0 ||
1313 set.client_ip = trim_zbits(set.client_ip,
1314 cur->set.client_ip);
1592 dns_name_init(&rpz->client_ip, NULL);
2089 if (dns_name_dynamic(&rpz->client_ip)) {
2090 dns_name_free(&rpz->client_ip, rpzs->mctx);
2257 tgt_set.client_ip &= tgt->set.client_ip;
2260 tgt->set.client_ip &= ~tgt_set.client_ip;
2283 if (tgt->set.client_ip != 0 || tgt->set.ip != 0 ||
2516 rpz_num = zbit_to_num(found->set.client_ip & tgt_set.client_ip);