Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_proxy.c742 error = ipf_proxy_ctl(softc, softc->ipf_proxy_soft, in ipf_proxy_ioctl()
773 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft; in ipf_proxy_match()
825 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft; in ipf_proxy_new()
896 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft; in ipf_proxy_check()
1109 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft; in ipf_proxy_free()
1149 ipf_proxy_softc_t *softp = softc->ipf_proxy_soft; in ipf_proxy_fixseqack()
H A Dfil.c9317 softc->ipf_proxy_soft = ipf_proxy_soft_create(softc); in ipf_create_all()
9318 if (softc->ipf_proxy_soft == NULL) { in ipf_create_all()
9362 if (softc->ipf_proxy_soft != NULL) { in ipf_destroy_all()
9363 ipf_proxy_soft_destroy(softc, softc->ipf_proxy_soft); in ipf_destroy_all()
9364 softc->ipf_proxy_soft = NULL; in ipf_destroy_all()
9426 if (ipf_proxy_soft_init(softc, softc->ipf_proxy_soft) == -1) in ipf_init_all()
9447 if (ipf_proxy_soft_fini(softc, softc->ipf_proxy_soft) == -1) in ipf_fini_all()
H A Dip_fil.h1645 void *ipf_proxy_soft; member
H A Dip_nat.c1286 ipf_proxy_flush(softc->ipf_proxy_soft, arg); in ipf_nat_ioctl()
1620 n->in_apr = ipf_proxy_lookup(softc->ipf_proxy_soft, in ipf_nat_resolverule()
1624 n->in_apr = ipf_proxy_lookup(softc->ipf_proxy_soft, in ipf_nat_resolverule()