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

/freebsd-11.0-release/contrib/ipfilter/lib/
H A Dprintaps.c53 ap.aps_seqmin[0], ap.aps_seqmin[1]);
60 ap.aps_seqmin[0], ap.aps_seqmin[1]);
/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_proxy.c1198 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1199 (seq1 > aps->aps_seqmin[!sel])) {
1203 aps->aps_seqmin[!sel]);
1208 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1217 if (inc && (seq1 > aps->aps_seqmin[!sel])) {
1218 aps->aps_seqmin[sel] = seq1 + nlen - 1;
1222 sel, aps->aps_seqmin[sel],
1275 !sel, aps->aps_seqmin[!sel],
1285 if ((aps->aps_seqmin[!se
[all...]
H A Dip_proxy.h68 #define aps_seqmin aps_un.apu_tcp.apt_seqmin macro
H A Dip_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],

Completed in 72 milliseconds