Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_auth.c426 if (i == softa->ipf_auth_end)
430 softa->ipf_auth_end) {
433 softa->ipf_auth_end = 0;
482 if (((softa->ipf_auth_end + 1) % softa->ipf_auth_size) ==
491 i = softa->ipf_auth_end++;
492 if (softa->ipf_auth_end == softa->ipf_auth_size)
493 softa->ipf_auth_end = 0;
841 softa->ipf_auth_end = 0;
1206 if (i == softa->ipf_auth_end)
1209 if (softa->ipf_auth_start == softa->ipf_auth_end) {
[all …]
H A Dip_auth.h64 int ipf_auth_end; member