Searched refs:in_age (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/ipf/lib/
H A Dprintnat.c123 if (np->in_age[0] != 0 || np->in_age[1] != 0) {
124 printf(" age %d/%d", np->in_age[0], np->in_age[1]);
209 if (np->in_age[0] != 0 || np->in_age[1] != 0) {
210 printf(" age %d/%d", np->in_age[0], np->in_age[1]);
/netbsd-6-1-5-RELEASE/dist/ipf/tools/
H A Dipnat_y.y533 age: | IPNY_AGE YY_NUMBER { nat->in_age[0] = $2;
534 nat->in_age[1] = $2; }
535 | IPNY_AGE YY_NUMBER '/' YY_NUMBER { nat->in_age[0] = $2;
536 nat->in_age[1] = $4; }
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dip_fil_compat.c371 u_int in_age[2]; member in struct:ipnat_4_1_0
1221 bcopy(&old->in_age, &np->in_age, sizeof(np->in_age));
2105 bcopy(&np->in_age, &old->in_age, sizeof(np->in_age));
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_fil_compat.c371 u_int in_age[2]; member in struct:ipnat_4_1_0
1215 bcopy(&old->in_age, &np->in_age, sizeof(np->in_age));
2099 bcopy(&np->in_age, &old->in_age, sizeof(np->in_age));
H A Dip_nat.h199 u_int in_age[2]; member in struct:ipnat
H A Dip_nat.c981 if ((n->in_age[0] == 0) && (n->in_age[1] != 0))
1068 if (n->in_age[0] != 0)
1069 n->in_tqehead[0] = fr_addtimeoutqueue(&nat_utqe, n->in_age[0]);
1071 if (n->in_age[1] != 0)
1072 n->in_tqehead[1] = fr_addtimeoutqueue(&nat_utqe, n->in_age[1]);

Completed in 178 milliseconds