Lines Matching defs:ackoff
1229 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff, retry;
1275 ackoff = aps->aps_ackoff[sel2];
1276 if (aps->aps_ackmin[sel2] > ackoff + thack)
1277 ackoff = aps->aps_ackoff[!sel2];
1286 ackoff = aps->aps_seqoff[sel2];
1288 printf("ackoff %d thack %x seqmin %x\n", ackoff, thack,
1290 if (ackoff > 0) {
1291 if (aps->aps_seqmin[sel2] > ackoff + thack)
1292 ackoff = aps->aps_seqoff[!sel2];
1295 ackoff = aps->aps_seqoff[!sel2];
1301 thack, ackoff, mlen, fin->fin_plen, off);
1317 rv, t->ftps_seq[0], t->ftps_seq[1], seqoff, ackoff);
1325 if (ackoff == 0) {
1333 if (t->ftps_seq[0] + ackoff == thack) {
1336 } else if (t->ftps_seq[0] == thack + ackoff) {
1337 t->ftps_seq[0] = thack + ackoff;
1339 } else if (t->ftps_seq[1] + ackoff == thack) {
1342 } else if (t->ftps_seq[1] == thack + ackoff) {
1343 t->ftps_seq[0] = thack + ackoff;
1355 if (t->ftps_seq[0] + ackoff != thack &&
1356 t->ftps_seq[1] + ackoff != thack) {
1357 DT3(thack, ftpside_t *t, t, int, ackoff, u_32_t, thack);
1361 ackoff, thack);
1364 ackoff, thack);
1409 printf("ackmin %x ackoff %d\n", aps->aps_ackmin[sel],