Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_auth.h32 u_long fae_age; member
H A Dip_auth.c671 fae->fae_age--; in ipf_auth_expire()
672 if (fae->fae_age == 0) { in ipf_auth_expire()
753 fae->fae_age = softa->ipf_auth_defaultage; in ipf_auth_precmd()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1830 printf("age %ld\t", fra.fae_age); in showauthstates()