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

/bind-9.11.3/lib/dns/
H A Dresolver.c382 #define FCTX_ATTR_WANTNCACHE 0x0020 macro
396 #define WANTNCACHE(f) (((f)->attributes & FCTX_ATTR_WANTNCACHE) != 0)
5944 fctx->attributes &= ~FCTX_ATTR_WANTNCACHE;
5956 * of FCTX_ATTR_WANTNCACHE in noanswer_response().
6879 fctx->attributes |= FCTX_ATTR_WANTNCACHE;
8342 fctx->attributes &= ~(FCTX_ATTR_WANTNCACHE | FCTX_ATTR_WANTCACHE);

Completed in 46 milliseconds