th_ack 1647 net/pf.c th->th_ack = htonl(ack);
th_ack 3218 net/pf.c ntohl(th->th_ack), ack, TH_RST|TH_ACK, 0, 0,
th_ack 3630 net/pf.c (ntohl(th->th_ack) != (*state)->src.seqhi + 1) ||
th_ack 3653 net/pf.c (ntohl(th->th_ack) != (*state)->src.seqhi + 1) ||
th_ack 3669 net/pf.c (ntohl(th->th_ack) != (*state)->dst.seqhi + 1)) {
th_ack 3677 net/pf.c ntohl(th->th_ack), ntohl(th->th_seq) + 1,
th_ack 3729 net/pf.c ack = ntohl(th->th_ack) - dst->seqdiff;
th_ack 3732 net/pf.c pf_change_a(&th->th_ack, &th->th_sum, htonl(ack), 0);
th_ack 3735 net/pf.c ack = ntohl(th->th_ack);
th_ack 3779 net/pf.c ack = ntohl(th->th_ack) - dst->seqdiff;
th_ack 3784 net/pf.c pf_change_a(&th->th_ack, &th->th_sum, htonl(ack), 0);
th_ack 3981 net/pf.c th->th_sport, ntohl(th->th_ack), 0,
th_ack 1302 net/pf_norm.c ov = *(u_int16_t *)(&th->th_ack + 1);
th_ack 1305 net/pf_norm.c nv = *(u_int16_t *)(&th->th_ack + 1);
th_ack 313 net/slcompress.c deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
th_ack 561 net/slcompress.c th->th_ack = htonl(ntohl(th->th_ack) + i);
th_ack 580 net/slcompress.c DECODEL(th->th_ack)
th_ack 48 netinet/tcp.h tcp_seq th_ack; /* acknowledgement number */
th_ack 182 netinet/tcp_debug.c ack = th->th_ack;
th_ack 588 netinet/tcp_input.c NTOHL(th->th_ack);
th_ack 999 netinet/tcp_input.c if (SEQ_GT(th->th_ack, tp->snd_una) &&
th_ack 1000 netinet/tcp_input.c SEQ_LEQ(th->th_ack, tp->snd_max) &&
th_ack 1010 netinet/tcp_input.c SEQ_GT(th->th_ack, tp->t_rtseq))
th_ack 1013 netinet/tcp_input.c acked = th->th_ack - tp->snd_una;
th_ack 1026 netinet/tcp_input.c SEQ_GT(th->th_ack, tp->t_pmtud_th_seq))
th_ack 1036 netinet/tcp_input.c tp->snd_una = th->th_ack;
th_ack 1074 netinet/tcp_input.c } else if (th->th_ack == tp->snd_una &&
th_ack 1143 netinet/tcp_input.c if (SEQ_LEQ(th->th_ack, tp->snd_una) ||
th_ack 1144 netinet/tcp_input.c SEQ_GT(th->th_ack, tp->snd_max))
th_ack 1163 netinet/tcp_input.c (SEQ_LEQ(th->th_ack, tp->iss) ||
th_ack 1164 netinet/tcp_input.c SEQ_GT(th->th_ack, tp->snd_max)))
th_ack 1179 netinet/tcp_input.c tp->snd_una = th->th_ack;
th_ack 1562 netinet/tcp_input.c if (SEQ_LEQ(th->th_ack, tp->snd_una)) {
th_ack 1578 netinet/tcp_input.c SEQ_LT(th->th_ack,
th_ack 1591 netinet/tcp_input.c if (th->th_ack != tp->snd_una) {
th_ack 1641 netinet/tcp_input.c if (SEQ_LT(th->th_ack, tp->snd_last)){
th_ack 1689 netinet/tcp_input.c tp->snd_nxt = th->th_ack;
th_ack 1753 netinet/tcp_input.c th->th_ack) < tp->snd_ssthresh)
th_ack 1756 netinet/tcp_input.c th->th_ack);
th_ack 1759 netinet/tcp_input.c if (SEQ_GT(th->th_ack, tp->snd_fack))
th_ack 1760 netinet/tcp_input.c tp->snd_fack = th->th_ack;
th_ack 1769 netinet/tcp_input.c if (tcp_seq_subtract(tp->snd_max, th->th_ack) <
th_ack 1773 netinet/tcp_input.c th->th_ack);
th_ack 1785 netinet/tcp_input.c if (SEQ_GT(th->th_ack, tp->snd_max)) {
th_ack 1789 netinet/tcp_input.c acked = th->th_ack - tp->snd_una;
th_ack 1804 netinet/tcp_input.c else if (tp->t_rtttime && SEQ_GT(th->th_ack, tp->t_rtseq))
th_ack 1813 netinet/tcp_input.c if (th->th_ack == tp->snd_max) {
th_ack 1855 netinet/tcp_input.c SEQ_GT(th->th_ack, tp->t_pmtud_th_seq))
th_ack 1865 netinet/tcp_input.c tp->snd_una = th->th_ack;
th_ack 1954 netinet/tcp_input.c (SEQ_LT(tp->snd_wl2, th->th_ack) ||
th_ack 1955 netinet/tcp_input.c (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
th_ack 1958 netinet/tcp_input.c tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
th_ack 1962 netinet/tcp_input.c tp->snd_wl2 = th->th_ack;
th_ack 2210 netinet/tcp_input.c tcp_respond(tp, mtod(m, caddr_t), m, (tcp_seq)0, th->th_ack,
th_ack 2545 netinet/tcp_input.c if (SEQ_LT(th->th_ack, tp->snd_una) ||
th_ack 2546 netinet/tcp_input.c SEQ_GT(th->th_ack, tp->snd_max))
th_ack 2578 netinet/tcp_input.c if (SEQ_GT(th->th_ack, tp->snd_una)) {
th_ack 2579 netinet/tcp_input.c if (SEQ_LT(sack.start, th->th_ack))
th_ack 2592 netinet/tcp_input.c cur->start = th->th_ack;
th_ack 2767 netinet/tcp_input.c tcp_seq lastack = SEQ_GT(th->th_ack, tp->snd_una) ?
th_ack 2768 netinet/tcp_input.c th->th_ack : tp->snd_una;
th_ack 2813 netinet/tcp_input.c if (SEQ_LT(th->th_ack, tp->snd_last)) {
th_ack 2823 netinet/tcp_input.c if (tp->snd_cwnd > (th->th_ack - tp->snd_una)) {
th_ack 2824 netinet/tcp_input.c tp->snd_cwnd -= th->th_ack - tp->snd_una;
th_ack 3227 netinet/tcp_input.c if (SEQ_LT(th->th_ack, tp->snd_last)) {
th_ack 3238 netinet/tcp_input.c tp->snd_nxt = th->th_ack;
th_ack 3243 netinet/tcp_input.c tp->snd_cwnd = tp->t_maxseg + (th->th_ack - tp->snd_una);
th_ack 3252 netinet/tcp_input.c if (tp->snd_cwnd > th->th_ack - tp->snd_una)
th_ack 3253 netinet/tcp_input.c tp->snd_cwnd -= th->th_ack - tp->snd_una;
th_ack 3657 netinet/tcp_input.c if ((th->th_ack != sc->sc_iss + 1) ||
th_ack 3866 netinet/tcp_input.c tcp_respond(NULL, mtod(m, caddr_t), m, (tcp_seq)0, th->th_ack, TH_RST);
th_ack 4230 netinet/tcp_input.c th->th_ack = htonl(sc->sc_irs + 1);
th_ack 826 netinet/tcp_output.c th->th_ack = htonl(tp->rcv_nxt);
th_ack 294 netinet/tcp_subr.c th->th_ack = 0;
th_ack 416 netinet/tcp_subr.c th->th_ack = htonl(ack);
th_ack 1173 netinet/tcp_subr.c HTONL(th0.th_ack);
th_ack 53 netinet/tcpip.h #define ti_ack ti_t.th_ack
th_ack 60 netinet6/tcpipv6.h #define ti6_ack ti6_t.th_ack