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

/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1295 u_32_t thseq, thack; local
1310 thack = ntohl(tcp->th_ack);
1321 t->ftps_seq[0] = thack;
1336 if (aps->aps_ackmin[sel2] > ackoff + thack)
1348 printf("ackoff %d thack %x seqmin %x\n", ackoff, thack,
1351 if (aps->aps_seqmin[sel2] > ackoff + thack)
1354 if (aps->aps_seqmin[sel2] > thack)
1361 thack, ackoff, mlen, fin->fin_plen, off);
1382 t->ftps_seq[0] = thack;
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-tcp.c170 uint32_t seq, ack, thseq, thack; local
305 thack = th->ack;
356 thack = th->ack;
360 thseq = thack = rev = 0;
482 s -= thack;
483 e -= thack;

Completed in 104 milliseconds