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

/freebsd-9.3-release/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c982 u_32_t thseq, thack; local
996 thseq = ntohl(tcp->th_seq);
1008 f->ftps_seq[0] = thseq + 1;
1021 if (aps->aps_seqmin[sel] > seqoff + thseq)
1029 printf("seqoff %d thseq %x ackmin %x\n", seqoff, thseq,
1031 if (aps->aps_ackmin[sel] > seqoff + thseq)
1048 rv ? "IN" : "OUT", tcp->th_flags, thseq, seqoff,
1116 if (thseq == f->ftps_seq[1]) {
1118 f->ftps_seq[1] = thseq
[all...]
/freebsd-9.3-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;

Completed in 107 milliseconds