Searched refs:ackoff (Results 1 – 1 of 1) sorted by relevance
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_ftp_pxy.c | 980 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff; local 1023 ackoff = aps->aps_ackoff[sel2]; 1024 if (aps->aps_ackmin[sel2] > ackoff + thack) 1025 ackoff = aps->aps_ackoff[!sel2]; 1034 ackoff = aps->aps_seqoff[sel2]; 1036 printf("ackoff %d thack %x seqmin %x\n", ackoff, thack, 1038 if (ackoff > 0) { 1039 if (aps->aps_seqmin[sel2] > ackoff + thack) 1040 ackoff = aps->aps_seqoff[!sel2]; 1043 ackoff = aps->aps_seqoff[!sel2]; [all …]
|