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

/bind-9.6-ESV-R11/bin/named/
H A Dinterfacemgr.c42 /*% nameserver interface manager structure */
449 * Search the interface list for an interface whose address and port
505 setup_locals(ns_interfacemgr_t *mgr, isc_interface_t *interface) { argument
510 netaddr = &interface->address;
520 result = isc_netaddr_masktoprefixlen(&interface->netmask,
529 "omitting IPv4 interface %s from "
530 "localnets ACL: %s", interface->name,
537 "omitting %s interface %s from localnets ACL: "
540 interface
553 setup_listenon(ns_interfacemgr_t *mgr, isc_interface_t *interface, in_port_t port) argument
703 isc_interface_t interface; local
960 ns_interface_t *interface; local
[all...]
H A Dclient.c166 * it is associated with a network interface. It is on the
435 if (client->interface)
436 ns_interface_detach(&client->interface);
663 LOCK(&client->interface->lock);
664 if (client->interface->ntcpcurrent <
665 client->interface->ntcptarget)
667 UNLOCK(&client->interface->lock);
1238 * We run this unlocked as both the view list and the interface list
1611 * Determine the destination address. If the receiving interface is
1621 if ((client->interface
[all...]
H A Dquery.c742 &client->interface->addr,
/bind-9.6-ESV-R11/bin/tests/system/
H A Drunall.sh40 I: as alias addresses on the loopback interface. Please run
/bind-9.6-ESV-R11/bin/tests/system/checkconf/
H A Dbad.conf35 interface-interval 30;
H A Dgood.conf39 interface-interval 30;
/bind-9.6-ESV-R11/bin/named/include/named/
H A Dclient.h32 * on a given network interface.
36 * typically created to serve each network interface, e.g., one
138 ns_interface_t *interface; member in struct:ns_client
265 * Create up to 'n' clients listening on interface 'ifp'.
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dnet.h107 #undef interface macro
116 unsigned int ipi6_ifindex; /* send/recv interface index */
/bind-9.6-ESV-R11/bin/tests/
H A Dnamed.conf184 interface-interval 1002;

Completed in 34 milliseconds