Searched defs:ackoff (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_ftp_pxy.c | 1039 int mlen, len, off, inc, i, sel, sel2, ok, ackoff, seqoff; local 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]; 1094 printf("ackoff %d thack %x seqmin %x\n", ackoff, thack, 1096 if (ackoff > 0) { 1097 if (aps->aps_seqmin[sel2] > ackoff + thack) 1098 ackoff [all...] |
Completed in 59 milliseconds