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

/bind-9.6-ESV-R11/bin/named/include/named/
H A Dclient.h125 isc_uint16_t extflags; member in struct:ns_client
/bind-9.6-ESV-R11/lib/dns/
H A Ddst_api.c561 isc_uint32_t flags, extflags; local
582 extflags = isc_buffer_getuint16(source);
583 flags |= (extflags << 16);
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c4987 log_query(ns_client_t *client, unsigned int flags, unsigned int extflags) { argument
5008 ((extflags & DNS_MESSAGEEXTFLAG_DO) != 0) ? "D" : "",
5061 unsigned int saved_extflags = client->extflags;
5082 client->extflags &= ~DNS_MESSAGEEXTFLAG_DO;
5090 if ((client->extflags & DNS_MESSAGEEXTFLAG_DO) != 0)

Completed in 29 milliseconds