Searched refs:thseq (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/contrib/ipfilter/netinet/ |
| D | ip_ftp_pxy.c | 982 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 + 1 - seqoff; 1122 thseq, seqoff, f->ftps_seq[0], f->ftps_seq[1]); [all …]
|
| /freebsd-9-stable/contrib/tcpdump/ |
| D | print-tcp.c | 146 u_int32_t seq, ack, thseq, thack; in tcp_print() local 381 thseq = th->seq; in tcp_print() 385 thseq = thack = threv = 0; in tcp_print() 507 s -= thseq; in tcp_print() 508 e -= thseq; in tcp_print()
|