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

/bind-9.11.3/lib/samples/
H A Dnsprobe.c104 ISC_LIST(struct probe_ns) nslist; member in struct:probe_trans
305 for (pns = ISC_LIST_HEAD(trans->nslist); pns != NULL;
654 trans->current_ns = ISC_LIST_HEAD(trans->nslist);
667 ISC_LIST_HEAD(trans->nslist);
805 trans->current_ns = ISC_LIST_HEAD(trans->nslist);
863 while ((pns = ISC_LIST_HEAD(trans->nslist)) != NULL) {
864 ISC_LIST_UNLINK(trans->nslist, pns, link);
933 ISC_LIST_APPEND(trans->nslist, pns, link);
948 if (!ISC_LIST_EMPTY(trans->nslist)) {
950 trans->current_ns = ISC_LIST_HEAD(trans->nslist);
[all...]

Completed in 12 milliseconds