Searched refs:th_ack (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/netinet/ |
H A D | tcp_input.c | 525 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 D | tcp_debug.h | 53 #define ti_ack ti_t.th_ack 72 #define ti6_ack ti6_t.th_ack
|
H A D | tcp.h | 52 tcp_seq th_ack; /* acknowledgement number */ member
|
H A D | tcp_subr.c | 272 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 D | tcp_debug.c | 211 ack = th->th_ack; in tcp_trace()
|
H A D | tcp_output.c | 819 th->th_ack = htonl(tp->rcv_nxt); in tcp_output()
|
/openbsd/sys/net/ |
H A D | slcompress.c | 302 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 D | pf_syncookies.c | 224 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 D | pf.c | 3356 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 D | pf_norm.c | 1171 u_int8_t *th_off = (u_int8_t*)(&th->th_ack+1); in pf_normalize_tcp()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-tcp.c | 254 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 D | trpt.c | 341 ack = th->th_ack; in tcp_trace()
|