Home
last modified time | relevance | path

Searched refs:th_ack (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/netinet/
H A Dtcp_input.c525 th->th_ack = ntohl(th->th_ack); in tcp_input()
945 if (SEQ_GT(th->th_ack, tp->snd_una) && in tcp_input()
946 SEQ_LEQ(th->th_ack, tp->snd_max) && in tcp_input()
956 SEQ_GT(th->th_ack, tp->t_rtseq)) in tcp_input()
958 acked = th->th_ack - tp->snd_una; in tcp_input()
975 SEQ_GT(th->th_ack, tp->t_pmtud_th_seq)) in tcp_input()
985 tp->snd_una = th->th_ack; in tcp_input()
987 tp->snd_wl2 = th->th_ack; in tcp_input()
1025 } else if (th->th_ack in tcp_input()
[all...]
H A Dtcp_debug.h53 #define ti_ack ti_t.th_ack
72 #define ti6_ack ti6_t.th_ack
H A Dtcp.h52 tcp_seq th_ack; /* acknowledgement number */ member
H A Dtcp_subr.c272 th->th_ack = 0; in tcp_template()
362 th->th_ack = htonl(ack); in tcp_respond()
1064 th0.th_ack = htonl(th0.th_ack); in tcp_signature()
H A Dtcp_debug.c211 ack = th->th_ack; in tcp_trace()
H A Dtcp_output.c819 th->th_ack = htonl(tp->rcv_nxt); in tcp_output()
/openbsd/sys/net/
H A Dslcompress.c302 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack); in sl_compress_tcp()
541 th->th_ack = htonl(ntohl(th->th_ack) + i); in sl_uncompress_tcp_core()
560 DECODEL(th->th_ack) in sl_uncompress_tcp_core()
H A Dpf_syncookies.c224 ack = ntohl(pd->hdr.tcp.th_ack) - 1; in pf_syncookie_validate()
379 ack = ntohl(pd->hdr.tcp.th_ack) - 1; in pf_syncookie_recreate_syn()
H A Dpf.c3356 th->th_ack = htonl(ack); in pf_build_tcp()
4479 ctx.th->th_sport, ntohl(ctx.th->th_ack), in pf_test_rule()
4921 ack = ntohl(th->th_ack) - dst->seqdiff; in pf_tcp_track_full()
4923 pf_patch_32(pd, &th->th_ack, htonl(ack)); in pf_tcp_track_full()
4926 ack = ntohl(th->th_ack); in pf_tcp_track_full()
4971 ack = ntohl(th->th_ack) - dst->seqdiff; in pf_tcp_track_full()
4975 pf_patch_32(pd, &th->th_ack, htonl(ack)); in pf_tcp_track_full()
5173 th->th_sport, ntohl(th->th_ack), 0, in pf_tcp_track_full()
5318 (ntohl(th->th_ack) != (*stp)->src.seqhi + 1) || in pf_synproxy()
5361 ntohl(th->th_ack), ntohl(th->th_seq) + 1, in pf_synproxy()
[all …]
H A Dpf_norm.c1171 u_int8_t *th_off = (u_int8_t*)(&th->th_ack+1); in pf_normalize_tcp()
/openbsd/usr.sbin/tcpdump/
H A Dprint-tcp.c254 if (!qflag && TTEST(tp->th_seq) && !TTEST(tp->th_ack)) in tcp_print()
259 ack = ntohl(tp->th_ack); in tcp_print()
/openbsd/usr.sbin/trpt/
H A Dtrpt.c341 ack = th->th_ack; in tcp_trace()