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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dpeer.c51 #define REQUEST_TCP_KEEPALIVE_BIT 17 macro
526 existed = DNS_BIT_CHECK(REQUEST_TCP_KEEPALIVE_BIT, &peer->bitflags);
529 DNS_BIT_SET(REQUEST_TCP_KEEPALIVE_BIT, &peer->bitflags);
539 if (DNS_BIT_CHECK(REQUEST_TCP_KEEPALIVE_BIT, &peer->bitflags)) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dpeer.c96 #define REQUEST_TCP_KEEPALIVE_BIT 14 macro
571 existed = DNS_BIT_CHECK(REQUEST_TCP_KEEPALIVE_BIT, &peer->bitflags);
574 DNS_BIT_SET(REQUEST_TCP_KEEPALIVE_BIT, &peer->bitflags);
584 if (DNS_BIT_CHECK(REQUEST_TCP_KEEPALIVE_BIT, &peer->bitflags)) {

Completed in 100 milliseconds