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

/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c293 #define FCTX_ATTR_ADDRWAIT 0x0004 macro
305 #define ADDRWAIT(f) (((f)->attributes & FCTX_ATTR_ADDRWAIT) != \
1151 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
1209 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
2108 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
2148 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
3069 fctx->attributes |= FCTX_ATTR_ADDRWAIT;
3242 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
3313 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;

Completed in 27 milliseconds