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

/bind-9.11.3/lib/dns/
H A Dresolver.c385 #define FCTX_ATTR_TRIEDALT 0x0100 macro
399 #define TRIEDALT(f) (((f)->attributes & FCTX_ATTR_TRIEDALT) != 0)
3636 fctx->attributes |= FCTX_ATTR_TRIEDALT;

Completed in 43 milliseconds