Searched refs:fr_age (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/lib/
H A Dprintfr.c373 (fp->fr_statemax != 0) || (fp->fr_age[0] != 0) ||
410 if (fp->fr_age[0] || fp->fr_age[1])
411 PRINTF("%sage %d/%d", comma, fp->fr_age[0],
412 fp->fr_age[1]);
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_ipsec_pxy.c84 softi->ipsec_fr.fr_age[0] = softi->ipsec_proxy_ttl;
85 softi->ipsec_fr.fr_age[1] = softi->ipsec_proxy_ttl;
H A Dip_pptp_pxy.c85 pptpfr.fr_age[0] = ipf_p_pptp_gretimeout;
86 pptpfr.fr_age[1] = ipf_p_pptp_gretimeout;
H A Dip_state.c1702 if (fr->fr_age[0] != 0) {
1705 fr->fr_age[0]);
1709 if (fr->fr_age[1] != 0) {
1712 fr->fr_age[1]);
H A Dip_fil.h702 u_int fr_age[2]; /* non-TCP state timeouts */ member in struct:frentry
/freebsd-13-stable/contrib/ipfilter/
H A Dip_fil_compat.c179 u_int fr_age[2]; /* non-TCP timeouts */ member in struct:frentry_4_1_34
229 u_int fr_age[2]; member in struct:frentry_4_1_16
283 u_int fr_age[2]; member in struct:frentry_4_1_0
1912 fr->fr_age[0] = old->fr_age[0];
1913 fr->fr_age[1] = old->fr_age[1];
2044 fr->fr_age[0] = old->fr_age[0];
2045 fr->fr_age[
[all...]
/freebsd-13-stable/contrib/ipfilter/tools/
H A Dipf_y.y1338 age: | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \
1339 fr->fr_age[1] = $2;) }
1341 { DOALL(fr->fr_age[0] = $2; \
1342 fr->fr_age[1] = $4;) }
1404 | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \
1405 fr->fr_age[1] = $2;) }
1407 { DOALL(fr->fr_age[0] = $2; \
1408 fr->fr_age[1] = $4;) }

Completed in 90 milliseconds