HomeSort by: relevance | last modified time | path
    Searched defs:tgt_ip (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
rpz.c 625 const dns_rpz_cidr_key_t *tgt_ip, dns_rpz_prefix_t tgt_prefix,
632 REQUIRE(tgt_ip != NULL);
633 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
646 REQUIRE(tgt_ip != NULL);
647 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
660 REQUIRE(tgt_ip != NULL);
661 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
747 ip2name(const dns_rpz_cidr_key_t *tgt_ip, dns_rpz_prefix_t tgt_prefix,
757 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
759 tgt_prefix - 96U, tgt_ip->w[3] & 0xffU
1360 dns_rpz_cidr_key_t tgt_ip; local
2267 dns_rpz_cidr_key_t tgt_ip; local
2465 dns_rpz_cidr_key_t tgt_ip; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rpz.c 579 dns_rpz_type_t rpz_type, const dns_rpz_cidr_key_t *tgt_ip,
586 REQUIRE(tgt_ip != NULL);
587 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
600 REQUIRE(tgt_ip != NULL);
601 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
614 REQUIRE(tgt_ip != NULL);
615 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
701 ip2name(const dns_rpz_cidr_key_t *tgt_ip, dns_rpz_prefix_t tgt_prefix,
713 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
715 tgt_prefix - 96U, tgt_ip->w[3] & 0xffU
1332 dns_rpz_cidr_key_t tgt_ip; local
2376 dns_rpz_cidr_key_t tgt_ip; local
2590 dns_rpz_cidr_key_t tgt_ip; local
    [all...]

Completed in 80 milliseconds