Home
last modified time | relevance | path

Searched refs: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;
1100 if (aps->aps_seqmin[sel2] > thack)
1128 t->ftps_seq[0] = thack;
1132 if (t->ftps_seq[0] == thack)
1134 else if (t->ftps_seq[1] == thack) {
1135 t->ftps_seq[0] = thack;
1144 t->ftps_seq[0] = thack - ackoff;
1147 t->ftps_seq[0] = thack - ackoff;
[all …]