Searched refs:aps_seqmin (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_proxy.c | 751 if ((aps->aps_seqmin[!sel] > aps->aps_seqmin[sel]) && 752 (seq1 > aps->aps_seqmin[!sel])) { 756 aps->aps_seqmin[!sel]); 761 seq2 = aps->aps_seqmin[sel] - aps->aps_seqoff[sel]; 770 if (inc && (seq1 > 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])) { [all …]
|
/titanic_50/usr/src/cmd/ipf/lib/common/ |
H A D | printaps.c | 50 ap.aps_seqmin[0], ap.aps_seqmin[1]); 57 ap.aps_seqmin[0], ap.aps_seqmin[1]);
|
/titanic_50/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_ftp_pxy.c | 1079 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 D | ip_proxy.h | 76 #define aps_seqmin aps_un.apu_tcp.apt_seqmin macro
|