Searched refs:th_ack (Results 1 - 25 of 25) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dtcpip.h93 #define ti_ack ti_t.th_ack
H A Dtcp_input.c1280 fsize = tp->snd_max - th->th_ack;
1341 && SEQ_GEQ(th->th_ack, tp->t_tlphighrxt)
1583 th->th_seq, th->th_ack, th->th_win);
1641 th->th_seq, th->th_ack, th->th_win);
1743 NTOHL(th->th_ack);
2491 if (SEQ_GT(th->th_ack, tp->snd_una) &&
2492 SEQ_LEQ(th->th_ack, tp->snd_max) &&
2528 SEQ_LEQ(th->th_ack, tp->snd_recover))
2529 tp->snd_recover = th->th_ack - 1;
2530 tp->snd_una = th->th_ack;
4713 tcp_xmit_timer(register struct tcpcb *tp, int rtt, u_int32_t tsecr, tcp_seq th_ack) argument
[all...]
H A Dtcp_sack.c398 tcp_seq old_snd_fack = 0, th_ack = th->th_ack; local
405 if (SEQ_LT(tp->snd_una, th_ack) && !TAILQ_EMPTY(&tp->snd_holes)) {
407 sack_blocks[num_sack_blks++].end = th_ack;
420 SEQ_GT(sack.start, th_ack) &&
456 tp->snd_fack = SEQ_MAX(tp->snd_una, th_ack);
494 * blocks. This also trims the scoreboard for th_ack
H A Dtcp_lro.c181 if (SEQ_GT(tcp_hdr->th_ack, flow->lr_tcphdr->th_ack)) {
183 printf("%s: th_ack = %x flow_ack = %x \n",
184 __func__, tcp_hdr->th_ack,
185 flow->lr_tcphdr->th_ack);
798 HTONL(tcp_hdr->th_ack);
806 NTOHL(tcp_hdr->th_ack);
H A Dtcp_cubic.c426 if (SEQ_LEQ(th->th_ack, tp->snd_max))
427 flight_size = tp->snd_max - th->th_ack;
H A Dtcp.h85 tcp_seq th_ack; /* acknowledgement number */ member in struct:tcphdr
H A Dtcp_debug.c207 ack = th->th_ack;
H A Dtcp_newreno.c242 ss = tp->snd_max - th->th_ack;
H A Dtcp_ledbat.c307 ss = tp->snd_max - th->th_ack;
H A Dtcp_output.c1739 th->th_ack = htonl(tp->rcv_nxt);
1744 th->th_ack = th->th_seq + 1;
2571 tcp_seq org_ack = ntohl(th->th_ack);
2590 th->th_ack = htonl(prev_ack);
H A Dip_compat.h536 __u32 th_ack;
H A Dip_fw2.c1534 u_int32_t ack = ntohl(tcp->th_ack);
1844 tcp->th_ack = htonl(0);
1850 tcp->th_ack = htonl(seq);
1870 tcp->th_ack = htonl(ack);
1913 ntohl(tcp->th_ack),
2554 L3HDR(struct tcphdr,ip)->th_ack);
H A Dtcp_var.h553 ((_th_)->th_ack - (_tp_)->snd_una)
H A Dtcp_subr.c558 tcp_hdr->th_ack = 0;
745 nth->th_ack = htonl(ack);
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcp.h46 tcp_seq th_ack; /* acknowledgement number */ member in struct:tcphdr
H A Dprint-tcp.c259 ack = EXTRACT_32BITS(&tp->th_ack);
/macosx-10.10.1/ppp-786.1.1/Family/
H A Dslcompress.c320 deltaA = ntohl(th->th_ack) - ntohl(oth->th_ack);
575 th->th_ack = htonl(ntohl(th->th_ack) + i);
594 DECODEL(th->th_ack)
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d134 tcp_ack = ntohl(T->th_ack);
/macosx-10.10.1/network_cmds-457/alias/
H A Dalias.c1044 sptr = (u_short *) &tc->th_ack;
1047 tc->th_ack = htonl(ntohl(tc->th_ack) - delta);
1048 sptr = (u_short *) &tc->th_ack;
H A Dalias_db.c2321 ack = tc->th_ack;
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dip6_fw.c853 ti.th.th_ack = ntohl(ti.th.th_ack);
857 seq = ti.th.th_ack;
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Dpf.c2500 th->th_ack = htonl(ack);
4653 ntohl(th->th_ack), ack, TH_RST|TH_ACK, 0, 0,
5901 (ntohl(th->th_ack) != (*state)->src.seqhi + 1) ||
5924 (ntohl(th->th_ack) != (*state)->src.seqhi + 1) ||
5940 (ntohl(th->th_ack) != (*state)->dst.seqhi + 1)) {
5948 ntohl(th->th_ack), ntohl(th->th_seq) + 1,
6020 ack = ntohl(th->th_ack) - dst->seqdiff;
6023 pf_change_a(&th->th_ack, &th->th_sum, htonl(ack), 0);
6026 ack = ntohl(th->th_ack);
6084 ack = ntohl(th->th_ack)
[all...]
H A Dpf_norm.c2193 ov = *(u_int16_t *)(&th->th_ack + 1);
2196 nv = *(u_int16_t *)(&th->th_ack + 1);
/macosx-10.10.1/network_cmds-457/traceroute.tproj/
H A Dtraceroute.c1442 tcp->th_ack = 0;
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A Dhelper.c2487 t->th_ack = ack; /* 32-bit Acknowledgement Number */

Completed in 472 milliseconds