Home
last modified time | relevance | path

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

/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_proxy.c118 int ips_proxy_debug; member
128 { { (void *)offsetof(ipf_proxy_softc_t, ips_proxy_debug) },
130 stsizeof(ipf_proxy_softc_t, ips_proxy_debug),
334 softp->ips_proxy_debug = 0; in ipf_proxy_soft_create()
336 softp->ips_proxy_debug = 2; in ipf_proxy_soft_create()
576 if (softp->ips_proxy_debug & 0x01) in ipf_proxy_add()
586 if (softp->ips_proxy_debug & 0x01) in ipf_proxy_add()
619 if (softp->ips_proxy_debug & 0x01) in ipf_proxy_ctl()
625 if (softp->ips_proxy_debug & 0x01) in ipf_proxy_ctl()
632 if ((error != 0) && (softp->ips_proxy_debug & 0x02)) in ipf_proxy_ctl()
[all …]