Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dprintfr.c340 (fp->fr_statemax != 0) || (fp->fr_age[0] != 0)) {
363 if (fp->fr_age[0] || fp->fr_age[1])
364 printf("%sage %d/%d", comma, fp->fr_age[0],
365 fp->fr_age[1]);
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ipsec_pxy.c72 ifsipsec->ipsecfr.fr_age[0] = ifsipsec->ipsec_proxy_ttl;
73 ifsipsec->ipsecfr.fr_age[1] = ifsipsec->ipsec_proxy_ttl;
H A Dip_pptp_pxy.c73 ifspptp->pptpfr.fr_age[0] = ippr_pptp_gretimeout;
74 ifspptp->pptpfr.fr_age[1] = ippr_pptp_gretimeout;
H A Dip_fil.h604 u_int fr_age[2]; /* non-TCP timeouts */ member
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipf_y.y1192 age: | IPFY_AGE YY_NUMBER { DOALL(fr->fr_age[0] = $2; \
1193 fr->fr_age[1] = $2;) }
1195 { DOALL(fr->fr_age[0] = $2; \
1196 fr->fr_age[1] = $4;) }
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_state.c1435 if (fr->fr_age[0] != 0) {
1438 fr->fr_age[0], ifs);
1441 if (fr->fr_age[1] != 0) {
1444 fr->fr_age[1], ifs);