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

/bind-9.11.3/lib/dns/
H A Dresolver.c294 ISC_LIST(struct tried) edns512; member in struct:fetchctx
1954 for (tried = ISC_LIST_HEAD(fctx->edns512);
1980 ISC_LIST_INITANDAPPEND(fctx->edns512, tried, link);
3876 for (tried = ISC_LIST_HEAD(fctx->edns512);
3878 tried = ISC_LIST_HEAD(fctx->edns512)) {
3879 ISC_LIST_UNLINK(fctx->edns512, tried, link);
4305 ISC_LIST_INIT(fctx->edns512);

Completed in 46 milliseconds