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

/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c296 #define FCTX_ATTR_WANTNCACHE 0x0020 macro
310 #define WANTNCACHE(f) (((f)->attributes & FCTX_ATTR_WANTNCACHE) != 0)
5033 fctx->attributes &= ~FCTX_ATTR_WANTNCACHE;
5045 * of FCTX_ATTR_WANTNCACHE in noanswer_response().
5727 fctx->attributes |= FCTX_ATTR_WANTNCACHE;
6879 fctx->attributes &= ~(FCTX_ATTR_WANTNCACHE | FCTX_ATTR_WANTCACHE);

Completed in 794 milliseconds