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.c519 th->th_ack = ntohl(th->th_ack); in tcp_input()
975 tp->snd_una = th->th_ack; in tcp_input()
977 tp->snd_wl2 = th->th_ack; in tcp_input()
1135 tp->snd_una = th->th_ack; in tcp_input()
1539 SEQ_LT(th->th_ack, in tcp_input()
1669 th->th_ack); in tcp_input()
1769 tp->snd_una = th->th_ack; in tcp_input()
1860 tp->snd_wl2 = th->th_ack; in tcp_input()
2455 cur->start = th->th_ack; in tcp_sack_option()
2593 th->th_ack : tp->snd_una; in tcp_del_sackholes()
[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.c275 th->th_ack = 0; in tcp_template()
365 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.c813 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.c223 ack = ntohl(pd->hdr.tcp.th_ack) - 1; in pf_syncookie_validate()
378 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()
4471 ctx.th->th_sport, ntohl(ctx.th->th_ack), in pf_test_rule()
4912 ack = ntohl(th->th_ack) - dst->seqdiff; in pf_tcp_track_full()
4914 pf_patch_32(pd, &th->th_ack, htonl(ack)); in pf_tcp_track_full()
4917 ack = ntohl(th->th_ack); in pf_tcp_track_full()
4962 ack = ntohl(th->th_ack) - dst->seqdiff; in pf_tcp_track_full()
4966 pf_patch_32(pd, &th->th_ack, htonl(ack)); in pf_tcp_track_full()
5164 th->th_sport, ntohl(th->th_ack), 0, in pf_tcp_track_full()
5309 (ntohl(th->th_ack) != (*stp)->src.seqhi + 1) || in pf_synproxy()
5352 ntohl(th->th_ack), ntohl(th->th_seq) + 1, in pf_synproxy()
[all …]
H A Dpf_norm.c1158 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()