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

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.c 742 error = ipf_proxy_ctl(softc, softc->ipf_proxy_soft,
773 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft;
825 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft;
896 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft;
1109 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft;
1149 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft;
fil.c 9317 softc->ipf_proxy_soft = ipf_proxy_soft_create(softc);
9318 if (softc->ipf_proxy_soft == NULL) {
9362 if (softc->ipf_proxy_soft != NULL) {
9363 ipf_proxy_soft_destroy(softc, softc->ipf_proxy_soft);
9364 softc->ipf_proxy_soft = NULL;
9426 if (ipf_proxy_soft_init(softc, softc->ipf_proxy_soft) == -1)
9447 if (ipf_proxy_soft_fini(softc, softc->ipf_proxy_soft) == -1)
ip_fil.h 1645 void *ipf_proxy_soft; member in struct:ipf_main_softc_s
ip_nat.c 1286 ipf_proxy_flush(softc->ipf_proxy_soft, arg);
1620 n->in_apr = ipf_proxy_lookup(softc->ipf_proxy_soft,
1624 n->in_apr = ipf_proxy_lookup(softc->ipf_proxy_soft,

Completed in 27 milliseconds