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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c113 int ips_proxy_debug; member in struct:ipf_proxy_softc_s
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
[all...]

Completed in 61 milliseconds