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

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.c 118 int ips_proxy_debug; member in struct:ipf_proxy_softc_s
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;
336 softp->ips_proxy_debug = 2;
576 if (softp->ips_proxy_debug & 0x01)
586 if (softp->ips_proxy_debug & 0x01)
619 if (softp->ips_proxy_debug & 0x01)
625 if (softp->ips_proxy_debug & 0x01)
632 if ((error != 0) && (softp->ips_proxy_debug & 0x02)
    [all...]
ip_proxy.c 118 int ips_proxy_debug; member in struct:ipf_proxy_softc_s
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;
336 softp->ips_proxy_debug = 2;
576 if (softp->ips_proxy_debug & 0x01)
586 if (softp->ips_proxy_debug & 0x01)
619 if (softp->ips_proxy_debug & 0x01)
625 if (softp->ips_proxy_debug & 0x01)
632 if ((error != 0) && (softp->ips_proxy_debug & 0x02)
    [all...]

Completed in 64 milliseconds