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

/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1039 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff; local
1076 sel2 = aps->aps_sel[rv];
1081 ackoff = aps->aps_ackoff[sel2];
1082 if (aps->aps_ackmin[sel2] > ackoff + thack)
1083 ackoff = aps->aps_ackoff[!sel2];
1092 ackoff = aps->aps_seqoff[sel2];
1095 aps->aps_seqmin[sel2]);
1097 if (aps->aps_seqmin[sel2] > ackoff + thack)
1098 ackoff = aps->aps_seqoff[!sel2];
1100 if (aps->aps_seqmin[sel2] > thac
[all...]

Completed in 175 milliseconds