Home
last modified time | relevance | path

Searched refs:thseq (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/netpfil/ipfilter/netinet/
H A Dip_ftp_pxy.c1221 u_32_t thseq, thack; in ipf_p_ftp_process() local
1235 thseq = ntohl(tcp->th_seq); in ipf_p_ftp_process()
1246 f->ftps_seq[0] = thseq + 1; in ipf_p_ftp_process()
1361 if (thseq == f->ftps_seq[1]) { in ipf_p_ftp_process()
1363 f->ftps_seq[1] = thseq + 1 - seqoff; in ipf_p_ftp_process()
1365 DT2(thseq, ftpside_t *t, t, u_32_t, thseq); in ipf_p_ftp_process()
1368 thseq, seqoff, f->ftps_seq[0]); in ipf_p_ftp_process()
1378 if ((thseq == f->ftps_seq[0]) || (thseq == f->ftps_seq[1])) { in ipf_p_ftp_process()
1384 (thseq + mlen == f->ftps_seq[1])) { in ipf_p_ftp_process()
1390 inc = thseq - f->ftps_seq[0]; in ipf_p_ftp_process()
[all …]
/freebsd-14.2/contrib/tcpdump/
H A Dprint-tcp.c170 uint32_t seq, ack, thseq, thack; in tcp_print() local
316 thseq = th->seq; in tcp_print()
374 thseq = th->seq; in tcp_print()
379 thseq = thack = rev = 0; in tcp_print()
498 s -= thseq; in tcp_print()
499 e -= thseq; in tcp_print()