Lines Matching refs:interfaces
81 ISC_LIST(ns_interface_t) interfaces; /*%< List of interfaces */
141 for (ifp = ISC_LIST_HEAD(mgr->interfaces);
302 ISC_LIST_INIT(mgr->interfaces);
430 * Shut down and detach all interfaces.
432 * purge_old_interfaces() consider all interfaces "old".
477 ISC_LIST_APPEND(mgr->interfaces, ifp, link);
798 for (ifp = ISC_LIST_HEAD(mgr->interfaces); ifp != NULL;
818 * Remove any interfaces whose generation number is not the current one.
823 ISC_LIST(ns_interface_t) interfaces;
825 ISC_LIST_INIT(interfaces);
828 for (ifp = ISC_LIST_HEAD(mgr->interfaces); ifp != NULL; ifp = next) {
832 ISC_LIST_UNLINK(ifp->mgr->interfaces, ifp, link);
833 ISC_LIST_APPEND(interfaces, ifp, link);
838 for (ifp = ISC_LIST_HEAD(interfaces); ifp != NULL; ifp = next) {
844 ISC_LIST_UNLINK(interfaces, ifp, link);
1107 "no IPv6 interfaces found");
1115 "no IPv4 interfaces found");
1158 "interfaces, port %u",
1168 "interfaces failed");
1386 * how we catch interfaces that go away or change their
1396 if (ISC_LIST_EMPTY(mgr->interfaces)) {
1398 "not listening on any interfaces");