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

/bind-9.11.3/bin/named/
H A Dcontrolconf.c48 * Note: Listeners and connections are not locked. All event handlers are
91 controlconnectionlist_t connections; member in struct:controllistener
134 INSIST(ISC_LIST_EMPTY(listener->connections));
151 ISC_LIST_EMPTY(listener->connections))
176 ISC_LIST_UNLINK(listener->connections, conn, link);
205 for (conn = ISC_LIST_HEAD(listener->connections);
589 ISC_LIST_APPEND(listener->connections, conn, link);
1142 ISC_LIST_INIT(listener->connections);

Completed in 24 milliseconds