Searched defs:thack (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_ftp_pxy.c1041 u_32_t thseq, thack; local
1056 thack = ntohl(tcp->th_ack);
1069 t->ftps_seq[0] = thack;
1082 if (aps->aps_ackmin[sel2] > ackoff + thack)
1094 printf("ackoff %d thack %x seqmin %x\n", ackoff, thack,
1097 if (aps->aps_seqmin[sel2] > ackoff + thack)
1100 if (aps->aps_seqmin[sel2] > thack)
1107 thack, ackoff, mlen, fin->fin_plen, off);
1128 t->ftps_seq[0] = thack;
[all...]

Completed in 45 milliseconds