HomeSort by: relevance | last modified time | path
    Searched defs:forwarding (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/rtadvd/
config.c 167 static int forwarding = -1; local
225 if (forwarding < 0) {
226 if ((forwarding = getinet6sysctl(IPV6CTL_FORWARDING)) < 0)
335 if (val && forwarding == 0) {
339 "change router lifetime or enable IPv6 forwarding.",
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 407 bool forwarding; member in struct:fetchctx
3498 * If we have DNS_FETCHOPT_NOFORWARD set and forwarding policy
3594 * If the forwarding policy is "only", we don't need the
3910 fctx->forwarding = true;
3914 * forwarding, and has to remain disabled if
3916 * forwarding could leave us in an inconsistent
3927 fctx->forwarding = false;
4135 if (fctx->minimized && !fctx->forwarding) {
7088 * Note that if BIND is configured as a forwarding DNS server,
7090 * we must also check whether forwarding is enabled so tha
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 351 bool forwarding; member in struct:fetchctx
3788 * If we have DNS_FETCHOPT_NOFORWARD set and forwarding policy
3878 * If the forwarding policy is "only", we don't need the addresses
4155 fctx->forwarding = true;
4159 * forwarding, and has to remain disabled if
4161 * forwarding could leave us in an inconsistent
4172 fctx->forwarding = false;
4374 if (fctx->minimized && !fctx->forwarding) {
5203 fctx->forwarding = false;
7500 * Note that if BIND is configured as a forwarding DNS server, th
    [all...]
  /src/external/bsd/wpa/dist/src/drivers/
driver.h 1546 * If this is non-zero, the AP is requested to disable forwarding of
1869 int forwarding; member in struct:wpa_driver_mesh_bss_params
6377 * If not set to NULL, this is used for forwarding the packet

Completed in 39 milliseconds