Lines Matching defs:interface
60 /*% nameserver interface manager structure */
107 "automatic interface scanning "
119 "automatic interface rescanning disabled: "
649 * Search the interface list for an interface whose address and port
705 setup_locals(ns_interfacemgr_t *mgr, isc_interface_t *interface) {
710 netaddr = &interface->address;
720 result = isc_netaddr_masktoprefixlen(&interface->netmask,
729 "omitting IPv4 interface %s from "
730 "localnets ACL: %s", interface->name,
737 "omitting %s interface %s from localnets ACL: "
740 interface->name);
753 setup_listenon(ns_interfacemgr_t *mgr, isc_interface_t *interface,
763 isc_sockaddr_fromnetaddr(addr, &interface->address, port);
922 isc_interface_t interface;
926 result = isc_interfaceiter_current(iter, &interface);
930 family = interface.address.family;
942 * the interface for an entire rescan interval due to
946 isc_netaddr_equal(&interface.address, &zero_address)) {
950 isc_netaddr_equal(&interface.address, &zero_address6)) {
960 !isc_netaddr_isloopback(&interface.address))
965 result = setup_locals(mgr, &interface);
988 &interface.address.type.in);
991 &interface.address.type.in6);
993 interface.address.zone);
1001 * if not, ignore the interface.
1009 setup_listenon(mgr, &interface, le->port);
1025 * interface, we need to listen on the address
1087 "listening on %s interface "
1093 interface.name, sabuf);
1097 interface.name,
1111 "creating %s interface "
1112 "%s failed; interface "
1116 interface.name);
1127 "ignoring %s interface %s: %s",
1129 interface.name, isc_result_totext(result));
1134 "interface iteration failed: %s",
1160 * Now go through the interface list and delete anything that
1169 * Warn if we are not listening on any interface, unless
1219 ns_interface_t *interface;
1222 interface = ISC_LIST_HEAD(mgr->interfaces);
1223 while (interface != NULL) {
1224 if (interface->clientmgr != NULL)
1225 ns_client_dumprecursing(f, interface->clientmgr);
1226 interface = ISC_LIST_NEXT(interface, link);