Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_auth.c264 faep = &softa->ipf_auth_entries;
614 softa->ipf_auth_stats.fas_faelist = softa->ipf_auth_entries;
693 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) {
701 if (softa->ipf_auth_entries != NULL)
702 softa->ipf_auth_ip = &softa->ipf_auth_entries->fae_fr;
743 for (faep = &softa->ipf_auth_entries; ((fae = *faep) != NULL); ) {
764 softa->ipf_auth_ip = softa->ipf_auth_entries ?
765 &softa->ipf_auth_entries->fae_fr : NULL;
785 softa->ipf_auth_ip = &softa->ipf_auth_entries->fae_fr;
908 next = softa->ipf_auth_entries;
H A Dip_auth.h66 frauthent_t *ipf_auth_entries; member