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

/bind-9.11.3/bin/named/include/named/
H A Dclient.h117 isc_uint16_t extflags; member in struct:ns_client
/bind-9.11.3/lib/dns/
H A Ddst_api.c748 isc_uint32_t flags, extflags; local
770 extflags = isc_buffer_getuint16(source);
771 flags |= (extflags << 16);
/bind-9.11.3/bin/named/
H A Dquery.c9116 log_query(ns_client_t *client, unsigned int flags, unsigned int extflags) { argument
9144 ((extflags & DNS_MESSAGEEXTFLAG_DO) != 0) ? "D" : "",
9199 unsigned int saved_extflags = client->extflags;
9230 client->extflags &= ~DNS_MESSAGEEXTFLAG_DO;
9236 if ((client->extflags & DNS_MESSAGEEXTFLAG_DO) != 0)

Completed in 35 milliseconds