Searched refs:ack (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_debug.c120 tcp_seq seq, ack; local
207 ack = th->th_ack;
215 ack = ntohl(ack);
224 printf("@%x, urp=%x", ack, th->th_urp);
H A Dip_fw2.c957 u_int32_t ack = ntohl(tcp->th_ack); local
959 if (q->ack_fwd == 0 || _SEQ_GE(ack, q->ack_fwd))
960 q->ack_fwd = ack;
965 if (q->ack_rev == 0 || _SEQ_GE(ack, q->ack_rev))
966 q->ack_rev = ack;
1237 send_pkt(struct ipfw_flow_id *id, u_int32_t seq, u_int32_t ack, int flags) argument
1266 tcp->th_seq = htonl(ack);
1280 * NOTE: seq and ack are always assumed to be correct
1293 tcp->th_ack = htonl(ack);
H A Dtcp_subr.c466 * In any case the ack and sequence number of the transmitted
477 tcp_seq ack,
613 nth->th_ack = htonl(ack);
472 tcp_respond( struct tcpcb *tp, void *ipgen, register struct tcphdr *th, register struct mbuf *m, tcp_seq ack, tcp_seq seq, int flags, unsigned int ifscope ) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_fw.c836 tcp_seq ack, seq; local
848 ack = 0;
852 ack = ti.th.th_seq;
854 ack += (*m)->m_pkthdr.len - off
857 ack += ntohs(ip6->ip6_plen) + sizeof(*ip6)
869 *m, ack, seq, flags, IFSCOPE_NONE);

Completed in 35 milliseconds