Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.h117 int (* apr_ctl)(ipf_main_softc_t *, void *, ap_ctl_t *); member
H A Dip_proxy.c598 } else if (a->apr_ctl == NULL) { in ipf_proxy_ctl()
605 error = (*a->apr_ctl)(softc, a->apr_soft, ctl); in ipf_proxy_ctl()