Home
last modified time | relevance | path

Searched refs:fae_next (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_auth.c256 *faep = fae->fae_next; in ipf_auth_soft_fini()
676 faep = &fae->fae_next; in ipf_auth_expire()
722 faep = &fae->fae_next; in ipf_auth_precmd()
737 *faep = fae->fae_next; in ipf_auth_precmd()
758 fae->fae_next = *faep; in ipf_auth_precmd()
880 next = fae->fae_next; in ipf_auth_geniter()
902 if (next->fae_next == NULL) in ipf_auth_geniter()
H A Dip_auth.h30 struct frauthent *fae_next; member
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1832 frap = fra.fae_next; in showauthstates()