Home
last modified time | relevance | path

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

/trueos/contrib/ipfilter/lib/
HDprintaps.c53 ap.aps_seqmin[0], ap.aps_seqmin[1]);
60 ap.aps_seqmin[0], ap.aps_seqmin[1]);
/trueos/sys/contrib/ipfilter/netinet/
HDip_proxy.c1189 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1190 (seq1 > aps->aps_seqmin[!sel])) {
1194 aps->aps_seqmin[!sel]);
1199 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1208 if (inc && (seq1 > aps->aps_seqmin[!sel])) {
1209 aps->aps_seqmin[sel] = seq1 + nlen - 1;
1213 sel, aps->aps_seqmin[sel],
1266 !sel, aps->aps_seqmin[!sel],
1276 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1277 (seq1 > aps->aps_seqmin[!sel])) {
[all …]
HDip_ftp_pxy.c1337 if (aps->aps_seqmin[sel] > seqoff + thseq)
1353 aps->aps_seqmin[sel2]);
1355 if (aps->aps_seqmin[sel2] > ackoff + thack)
1358 if (aps->aps_seqmin[sel2] > thack)
1367 aps->aps_seqmin[sel], aps->aps_seqmin[sel2],
1475 printf("seqmin %x seqoff %d\n", aps->aps_seqmin[sel],
HDip_proxy.h68 #define aps_seqmin aps_un.apu_tcp.apt_seqmin macro