HomeSort by: relevance | last modified time | path
    Searched refs:aps_seqmin (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_proxy.c 1171 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
1172 (seq1 > aps->aps_seqmin[!sel])) {
1176 aps->aps_seqmin[!sel]);
1181 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel];
1190 if (inc && (seq1 > aps->aps_seqmin[!sel])) {
1191 aps->aps_seqmin[sel] = seq1 + nlen - 1;
1195 sel, aps->aps_seqmin[sel],
1248 !sel, aps->aps_seqmin[!sel],
1258 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &
    [all...]
ip_proxy.h 71 #define aps_seqmin aps_un.apu_tcp.apt_seqmin macro
ip_ftp_pxy.c 1273 if (aps->aps_seqmin[sel] > seqoff + thseq)
1289 aps->aps_seqmin[sel2]);
1291 if (aps->aps_seqmin[sel2] > ackoff + thack)
1294 if (aps->aps_seqmin[sel2] > thack)
1303 aps->aps_seqmin[sel], aps->aps_seqmin[sel2],
1411 printf("seqmin %x seqoff %d\n", aps->aps_seqmin[sel],

Completed in 15 milliseconds