Searched refs:th_seq (Results 26 - 37 of 37) sorted by relevance

12

/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_scan.c549 seq = ntohl(tcp->th_seq);
H A Dip_fil_netbsd.c791 tcp2->th_seq = tcp->th_ack;
795 tcp2->th_seq = 0;
796 tcp2->th_ack = ntohl(tcp->th_seq);
H A Dip_ftp_pxy.c1245 thseq = ntohl(tcp->th_seq);
1407 printf("th_seq %x ftps_seq %x/%x\n",
/netbsd-current/usr.sbin/trpt/
H A Dtrpt.c452 seq = th->th_seq;
/netbsd-current/sys/netinet/
H A Dtcp_var.h182 #define ti_seq ti_t.th_seq
H A Dtcp_subr.c580 n->th_seq = 0;
768 th->th_seq = htonl(seq);
1445 seq = ntohl(th->th_seq);
/netbsd-current/sys/dist/pf/net/
H A Dpf.c1775 th->th_seq = htonl(seq);
3441 u_int32_t ack = ntohl(th->th_seq) + pd->p_len;
3541 s->src.seqlo = ntohl(th->th_seq);
3549 pf_change_a(&th->th_seq, &th->th_sum,
3723 th->th_sport, s->src.seqhi, ntohl(th->th_seq) + 1,
3859 if (ntohl(th->th_seq) != (*state)->src.seqlo) {
3865 (*state)->src.seqhi, ntohl(th->th_seq) + 1,
3872 (ntohl(th->th_seq) != (*state)->src.seqlo + 1)) {
3895 (ntohl(th->th_seq) != (*state)->src.seqlo + 1)) {
3915 (*state)->dst.seqlo = ntohl(th->th_seq);
[all...]
/netbsd-current/sys/net/npf/
H A Dnpf_inet.c257 *seq = ntohl(th->th_seq);
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c813 (*pr)("TCP: Seq. = %u\n", ntohl(tcp.th_seq));
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-tcp.c239 seq = GET_BE_U_4(tp->th_seq);
/netbsd-current/external/bsd/ipf/dist/iplang/
H A Diplang_y.y1054 tcp->th_seq = htonl(strtol(*arg, NULL, 0));
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c1241 (u_long)(ntohl(tp.th_seq)),

Completed in 243 milliseconds

12