Lines Matching defs:interface

71 /*% nameserver interface manager structure */
125 * Look for IFA_ADDRESS to detect IPv6 interface
176 * Do rescan if the state of the interface
226 "automatic interface scanning "
241 "automatic interface rescanning disabled: "
785 * Search the interface list for an interface whose address and port
845 setup_locals(isc_interface_t *interface, dns_acl_t *localhost,
851 netaddr = &interface->address;
862 result = isc_netaddr_masktoprefixlen(&interface->netmask, &prefixlen);
871 "omitting IPv4 interface %s from "
873 interface->name, isc_result_totext(result));
879 "omitting %s interface %s from localnets ACL: "
882 interface->name);
896 setup_listenon(ns_interfacemgr_t *mgr, isc_interface_t *interface,
903 isc_sockaddr_fromnetaddr(addr, &interface->address, port);
1139 isc_interface_t interface;
1143 result = isc_interfaceiter_current(iter, &interface);
1148 family = interface.address.family;
1163 * the interface for an entire rescan interval due to
1167 isc_netaddr_equal(&interface.address, &zero_address))
1172 isc_netaddr_equal(&interface.address, &zero_address6))
1182 !isc_netaddr_isloopback(&interface.address))
1187 result = setup_locals(&interface, localhost, localnets);
1204 &interface.address, le->port);
1208 * if not, ignore the interface, but store it in
1209 * the interface table so we know we've seen it
1212 (void)dns_acl_match(&interface.address, NULL, le->acl,
1217 interface.name, &new);
1222 setup_listenon(mgr, &interface, le->port);
1267 "listening on %s interface "
1270 interface.name, sabuf);
1273 interface.name, &ifp, le,
1284 "creating %s interface "
1285 "%s failed; interface ignored",
1287 interface.name);
1295 "ignoring %s interface %s: %s",
1297 interface.name, isc_result_totext(result));
1301 UNEXPECTED_ERROR("interface iteration failed: %s",
1338 * Now go through the interface list and delete anything that
1348 * Warn if we are not listening on any interface.