Home
last modified time | relevance | path

Searched refs:ips_proxy_debug (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
Dip_proxy.c113 int ips_proxy_debug; member
123 { { (void *)offsetof(ipf_proxy_softc_t, ips_proxy_debug) },
125 stsizeof(ipf_proxy_softc_t, ips_proxy_debug),
315 softp->ips_proxy_debug = 0;
317 softp->ips_proxy_debug = 2;
569 if (softp->ips_proxy_debug & 0x01)
579 if (softp->ips_proxy_debug & 0x01)
615 if (softp->ips_proxy_debug & 0x01)
621 if (softp->ips_proxy_debug & 0x01)
628 if ((error != 0) && (softp->ips_proxy_debug & 0x02))
[all …]