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

/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-tcp.c146 u_int32_t seq, ack, thseq, thack; local
381 thseq = th->seq;
385 thseq = thack = threv = 0;
507 s -= thseq;
508 e -= thseq;
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1295 u_32_t thseq, thack; local
1309 thseq = ntohl(tcp->th_seq);
1324 f->ftps_seq[0] = thseq + 1;
1337 if (aps->aps_seqmin[sel] > seqoff + thseq)
1345 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1347 if (aps->aps_ackmin[sel] > seqoff + thseq)
1364 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1439 if (thseq == f->ftps_seq[1]) {
1441 f->ftps_seq[1] = thseq
[all...]

Completed in 165 milliseconds