Searched defs:ip (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/tools/ |
H A D | dnstap-read.c | 212 ProtobufCBinaryData *ip = &m->query_address; local 215 (void)inet_ntop(ip->len == 4 ? AF_INET : AF_INET6, 216 ip->data, buf, sizeof(buf)); 221 ProtobufCBinaryData *ip = &m->response_address; local 224 (void)inet_ntop(ip->len == 4 ? AF_INET : AF_INET6, 225 ip->data, buf, sizeof(buf));
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rpz.h | 32 #define DNS_RPZ_CLIENT_IP_ZONE DNS_RPZ_PREFIX"client-ip" 33 #define DNS_RPZ_IP_ZONE DNS_RPZ_PREFIX"ip" 129 dns_name_t ip; /* DNS_RPZ_IP_ZONE.origin. */ member in struct:dns_rpz_zone 157 dns_rpz_zbits_t ip; member in struct:dns_rpz_have
|
H A D | rrl.h | 86 isc_uint32_t ip[DNS_RRL_MAX_PREFIX/32]; member in struct:dns__rrl_key
|
/bind-9.11.3/lib/dns/ |
H A D | dnstap.c | 796 putaddr(isc_buffer_t **b, isc_region_t *ip) { argument 799 if (ip->length == 4) { 800 if (!inet_ntop(AF_INET, ip->base, buf, sizeof(buf))) 802 } else if (ip->length == 16) { 803 if (!inet_ntop(AF_INET6, ip->base, buf, sizeof(buf)))
|
H A D | rpz.c | 41 * for rpz-ip policies or policies triggered by addresses in A or 89 #define KEY_IS_IPV4(prefix,ip) ((prefix) >= 96 && (ip)->w[0] == 0 && \ 90 (ip)->w[1] == 0 && (ip)->w[2] == ADDR_V4MAPPED) 99 #define DNS_RPZ_IP_BIT(ip, n) (1 & ((ip)->w[(n)/DNS_RPZ_CIDR_WORD_BITS] >> \ 110 dns_rpz_zbits_t ip; member in struct:dns_rpz_addr_zbits 120 dns_rpz_cidr_key_t ip; member in struct:dns_rpz_cidr_node 299 tgt_set->ip 609 new_node(dns_rpz_zones_t *rpzs, const dns_rpz_cidr_key_t *ip, dns_rpz_prefix_t prefix, const dns_rpz_cidr_node_t *child) argument [all...] |
Completed in 2800 milliseconds