Searched refs:thseq (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
1309 thseq = ntohl(tcp->th_seq);
1320 f->ftps_seq[0] = thseq + 1;
1333 if (aps->aps_seqmin[sel] > seqoff + thseq)
1341 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1343 if (aps->aps_ackmin[sel] > seqoff + thseq)
1360 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1435 if (thseq == f->ftps_seq[1]) {
1437 f->ftps_seq[1] = thseq
[all...]
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-tcp.c170 uint32_t seq, ack, thseq, thack; local
304 thseq = th->seq;
355 thseq = th->seq;
360 thseq = thack = rev = 0;
479 s -= thseq;
480 e -= thseq;

Completed in 63 milliseconds