Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_auth.c345 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
468 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
562 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
661 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
733 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
862 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
886 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
1230 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
1243 ipf_auth_softc_t *softa = softc->ipf_auth_soft;
H A Dmlfk_ipl.c400 auth_softc = V_ipfmain.ipf_auth_soft; in sysctl_ipf_int_auth()
H A Dfil.c8372 ipf_auth_setlock(softc->ipf_auth_soft, tmp);
9594 softc->ipf_auth_soft = ipf_auth_soft_create(softc);
9595 if (softc->ipf_auth_soft == NULL) {
9641 if (softc->ipf_auth_soft != NULL) {
9642 ipf_auth_soft_destroy(softc, softc->ipf_auth_soft);
9643 softc->ipf_auth_soft = NULL;
9708 if (ipf_auth_soft_init(softc, softc->ipf_auth_soft) == -1)
9736 if (ipf_auth_soft_fini(softc, softc->ipf_auth_soft) == -1)
H A Dip_fil.h1559 void *ipf_auth_soft; member