Searched refs:EDNS_VERSION_BIT (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dpeer.c48 #define EDNS_VERSION_BIT 14 macro
905 DNS_BIT_SET(EDNS_VERSION_BIT, &peer->bitflags);
915 if (DNS_BIT_CHECK(EDNS_VERSION_BIT, &peer->bitflags)) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dpeer.c93 #define EDNS_VERSION_BIT 11 macro
884 DNS_BIT_SET(EDNS_VERSION_BIT, &peer->bitflags);
894 if (DNS_BIT_CHECK(EDNS_VERSION_BIT, &peer->bitflags)) {

Completed in 85 milliseconds