Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c751 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
752 (seq1 > aps->aps_seqmin[!sel])) {
756 aps->aps_seqmin[!sel]);
771 aps->aps_seqmin[sel] = seq1 + nlen - 1;
775 sel, aps->aps_seqmin[sel],
828 !sel, aps->aps_seqmin[!sel],
838 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) &&
839 (seq1 > aps->aps_seqmin[!sel])) {
842 sel, !sel, seq1, aps->aps_seqmin[!sel]);
850 aps->aps_seqmin[sel]);
[all …]
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dprintaps.c50 ap.aps_seqmin[0], ap.aps_seqmin[1]);
57 ap.aps_seqmin[0], ap.aps_seqmin[1]);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1079 if (aps->aps_seqmin[sel] > seqoff + thseq)
1095 aps->aps_seqmin[sel2]);
1097 if (aps->aps_seqmin[sel2] > ackoff + thack)
1100 if (aps->aps_seqmin[sel2] > thack)
1109 aps->aps_seqmin[sel], aps->aps_seqmin[sel2],
1208 printf("seqmin %x seqoff %d\n", aps->aps_seqmin[sel],
H A Dip_proxy.h76 #define aps_seqmin aps_un.apu_tcp.apt_seqmin macro