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

/bind-9.6-ESV-R11/bin/named/
H A Dcontrolconf.c58 * Note: Listeners and connections are not locked. All event handlers are
100 controlconnectionlist_t connections; member in struct:controllistener
142 INSIST(ISC_LIST_EMPTY(listener->connections));
159 ISC_LIST_EMPTY(listener->connections))
181 ISC_LIST_UNLINK(listener->connections, conn, link);
205 for (conn = ISC_LIST_HEAD(listener->connections);
561 ISC_LIST_APPEND(listener->connections, conn, link);
1084 ISC_LIST_INIT(listener->connections);

Completed in 11 milliseconds