Home
last modified time | relevance | path

Searched refs:fr_age (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/bsd/ipf/dist/lib/
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]);
/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_fil_compat.c191 u_int fr_age[2]; /* non-TCP timeouts */ member
241 u_int fr_age[2]; member
295 u_int fr_age[2]; member
1925 fr->fr_age[0] = old->fr_age[0]; in frentry_4_1_34_to_current()
1926 fr->fr_age[1] = old->fr_age[1]; in frentry_4_1_34_to_current()
2054 fr->fr_age[0] = old->fr_age[0]; in frentry_4_1_16_to_current()
2055 fr->fr_age[1] = old->fr_age[1]; in frentry_4_1_16_to_current()
2184 fr->fr_age[0] = old->fr_age[0]; in frentry_4_1_0_to_current()
2185 fr->fr_age[1] = old->fr_age[1]; in frentry_4_1_0_to_current()
3715 old->fr_age[0] = fr->fr_age[0]; in frentry_current_to_4_1_34()
[all …]
Dip_ipsec_pxy.c87 softi->ipsec_fr.fr_age[0] = softi->ipsec_proxy_ttl; in ipf_p_ipsec_soft_init()
88 softi->ipsec_fr.fr_age[1] = softi->ipsec_proxy_ttl; in ipf_p_ipsec_soft_init()
Dip_pptp_pxy.c91 pptpfr.fr_age[0] = ipf_p_pptp_gretimeout; in ipf_p_pptp_main_load()
92 pptpfr.fr_age[1] = ipf_p_pptp_gretimeout; in ipf_p_pptp_main_load()
Dip_state.c1672 if (fr->fr_age[0] != 0) { in ipf_state_add()
1675 fr->fr_age[0]); in ipf_state_add()
1679 if (fr->fr_age[1] != 0) { in ipf_state_add()
1682 fr->fr_age[1]); in ipf_state_add()
Dip_fil.h768 u_int fr_age[2]; /* non-TCP state timeouts */ member
/netbsd/src/external/bsd/ipf/dist/
Dip_fil_compat.c191 u_int fr_age[2]; /* non-TCP timeouts */ member
241 u_int fr_age[2]; member
295 u_int fr_age[2]; member
1936 fr->fr_age[0] = old->fr_age[0];
1937 fr->fr_age[1] = old->fr_age[1];
2068 fr->fr_age[0] = old->fr_age[0];
2069 fr->fr_age[1] = old->fr_age[1];
2201 fr->fr_age[0] = old->fr_age[0];
2202 fr->fr_age[1] = old->fr_age[1];
3795 old->fr_age[0] = fr->fr_age[0];
[all …]
Dip_pptp_pxy.c87 pptpfr.fr_age[0] = ipf_p_pptp_gretimeout; in ipf_p_pptp_main_load()
88 pptpfr.fr_age[1] = ipf_p_pptp_gretimeout; in ipf_p_pptp_main_load()
/netbsd/src/external/bsd/ipf/dist/tools/
Dipf_y.y1339 age: | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \
1340 fr->fr_age[1] = $2;) }
1342 { DOALL(fr->fr_age[0] = $2; \
1343 fr->fr_age[1] = $4;) }
1405 | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \
1406 fr->fr_age[1] = $2;) }
1408 { DOALL(fr->fr_age[0] = $2; \
1409 fr->fr_age[1] = $4;) }