Lines Matching refs:interface
166 * 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->flags & NS_INTERFACEFLAG_ANYADDR) == 0)
1622 isc_netaddr_fromsockaddr(&destaddr, &client->interface->addr);
1636 client->interface->addr.type.sa.sa_family == AF_INET6 &&
1642 * interface ID to a proper scope zone ID. However,
1645 * interface index as link ID. Despite the assumption,
1836 ns_client_checkaclsilent(client, &client->interface->addr,
1839 ns_client_checkaclsilent(client, &client->interface->addr,
2067 client->interface = NULL;
2176 LOCK(&client->interface->lock);
2177 INSIST(client->interface->ntcpcurrent > 0);
2178 client->interface->ntcpcurrent--;
2179 UNLOCK(&client->interface->lock);
2290 LOCK(&client->interface->lock);
2291 client->interface->ntcpcurrent++;
2292 UNLOCK(&client->interface->lock);
2362 1, client->interface,
2535 ns_interface_attach(ifp, &client->interface);