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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dpeer.c43 #define SEND_COOKIE_BIT 9 macro
445 existed = DNS_BIT_CHECK(SEND_COOKIE_BIT, &peer->bitflags);
448 DNS_BIT_SET(SEND_COOKIE_BIT, &peer->bitflags);
458 if (DNS_BIT_CHECK(SEND_COOKIE_BIT, &peer->bitflags)) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dpeer.c91 #define SEND_COOKIE_BIT 9 macro
490 existed = DNS_BIT_CHECK(SEND_COOKIE_BIT, &peer->bitflags);
493 DNS_BIT_SET(SEND_COOKIE_BIT, &peer->bitflags);
503 if (DNS_BIT_CHECK(SEND_COOKIE_BIT, &peer->bitflags)) {

Completed in 103 milliseconds