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

/freebsd-11.0-release/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1295 u_32_t thseq, thack; local
1310 thack = ntohl(tcp->th_ack);
1325 t->ftps_seq[0] = thack;
1340 if (aps->aps_ackmin[sel2] > ackoff + thack)
1352 printf("ackoff %d thack %x seqmin %x\n", ackoff, thack,
1355 if (aps->aps_seqmin[sel2] > ackoff + thack)
1358 if (aps->aps_seqmin[sel2] > thack)
1365 thack, ackoff, mlen, fin->fin_plen, off);
1386 t->ftps_seq[0] = thack;
[all...]
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-tcp.c163 uint32_t seq, ack, thseq, thack; local
305 thack = th->ack;
361 thack = th->ack;
365 thseq = thack = rev = 0;
491 s -= thack;
492 e -= thack;

Completed in 110 milliseconds