Searched defs:KEY_IS_IPV4 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Drpz.c89 #define KEY_IS_IPV4(prefix,ip) ((prefix) >= 96 && (ip)->w[0] == 0 && \ macro
554 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
568 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
582 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {
684 if (KEY_IS_IPV4(tgt_prefix, tgt_ip)) {

Completed in 231 milliseconds