Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.c1187 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1188 (seq1 > aps->aps_seqmin[!sel])) {
1192 aps->aps_seqmin[!sel]);
1207 aps->aps_seqmin[sel] = seq1 + nlen - 1;
1211 sel, aps->aps_seqmin[sel],
1264 !sel, aps->aps_seqmin[!sel],
1274 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1275 (seq1 > aps->aps_seqmin[!sel])) {
1278 sel, !sel, seq1, aps->aps_seqmin[!sel]);
1286 aps->aps_seqmin[sel]);
[all …]
H A Dip_ftp_pxy.c1333 if (aps->aps_seqmin[sel] > seqoff + thseq)
1349 aps->aps_seqmin[sel2]);
1351 if (aps->aps_seqmin[sel2] > ackoff + thack)
1354 if (aps->aps_seqmin[sel2] > thack)
1363 aps->aps_seqmin[sel], aps->aps_seqmin[sel2],
1471 printf("seqmin %x seqoff %d\n", aps->aps_seqmin[sel],
H A Dip_proxy.h68 #define aps_seqmin aps_un.apu_tcp.apt_seqmin macro