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

/bind-9.11.3/lib/dns/
H A Dresolver.c379 #define FCTX_ATTR_ADDRWAIT 0x0004 macro
391 #define ADDRWAIT(f) (((f)->attributes & FCTX_ATTR_ADDRWAIT) != \
1447 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
1516 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
2757 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
2798 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
2808 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
3748 fctx->attributes |= FCTX_ATTR_ADDRWAIT;
3950 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
4022 fctx->attributes &= ~FCTX_ATTR_ADDRWAIT;
[all...]

Completed in 33 milliseconds