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

/bind-9.11.3/bin/named/
H A Dlwresd.c58 static ns_lwreslistenerlist_t listeners; variable
679 for (listener = ISC_LIST_HEAD(listeners);
759 ISC_LIST_UNLINK(listeners, oldlistener, link);
845 * Shutdown everything on the listeners list, and remove them from
846 * the list. Then put all of the new listeners on it.
849 while (!ISC_LIST_EMPTY(listeners)) {
850 listener = ISC_LIST_HEAD(listeners);
851 ISC_LIST_UNLINK(listeners, listener, link);
865 ISC_LIST_APPENDLIST(listeners, newlisteners, link);
884 while (!ISC_LIST_EMPTY(listeners)) {
[all...]
H A Dcontrolconf.c102 controllistenerlist_t listeners; member in struct:ns_controls
193 ISC_LIST_UNLINK(listener->controls->listeners, listener, link);
665 for (listener = ISC_LIST_HEAD(controls->listeners);
670 * This is asynchronous. As listeners shut down, they will
975 for (listener = ISC_LIST_HEAD(cp->listeners);
1340 ISC_LIST_UNLINK(cp->listeners,
1413 ISC_LIST_UNLINK(cp->listeners,
1461 ISC_LIST_UNLINK(cp->listeners,
1479 * listeners list, which currently only has whatever sockaddrs
1486 * Put all of the valid listeners o
[all...]

Completed in 16 milliseconds