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

/darwin-on-arm/xnu/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.c1455 u_int32_t ack = ntohl(tcp->th_ack); local
1457 if (q->ack_fwd == 0 || _SEQ_GE(ack, q->ack_fwd))
1458 q->ack_fwd = ack;
1463 if (q->ack_rev == 0 || _SEQ_GE(ack, q->ack_rev))
1464 q->ack_rev = ack;
1735 send_pkt(struct ip_flow_id *id, u_int32_t seq, u_int32_t ack, int flags) argument
1763 tcp->th_seq = htonl(ack);
1777 * NOTE: seq and ack are always assumed to be correct
1790 tcp->th_ack = htonl(ack);
H A Dtcp_subr.c564 * In any case the ack and sequence number of the transmitted
575 tcp_seq ack,
712 nth->th_ack = htonl(ack);
570 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, unsigned int nocell ) argument
/darwin-on-arm/xnu/pexpert/arm/
H A Dpe_realview.c244 uint32_t ack; local
249 ack = HARDWARE_REGISTER(gRealviewPicBase + 0xC);
274 HARDWARE_REGISTER(gRealviewPicBase + 0x10) = ack;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_fw.c843 tcp_seq ack, seq; local
855 ack = 0;
859 ack = ti.th.th_seq;
861 ack += (*m)->m_pkthdr.len - off
864 ack += ntohs(ip6->ip6_plen) + sizeof(*ip6)
876 *m, ack, seq, flags, IFSCOPE_NONE, 0);
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2350 u_int16_t sport, u_int16_t dport, u_int32_t seq, u_int32_t ack,
2468 th->th_ack = htonl(ack);
4578 u_int32_t ack = ntohl(th->th_seq) + pd->p_len; local
4603 ack++;
4605 ack++;
4608 ntohl(th->th_ack), ack, TH_RST|TH_ACK, 0, 0,
5798 u_int32_t ack, end, seq, orig_seq; local
5963 ack = ntohl(th->th_ack) - dst->seqdiff;
5966 pf_change_a(&th->th_ack, &th->th_sum, htonl(ack), 0);
5969 ack
2348 pf_send_tcp(const struct pf_rule *r, sa_family_t af, const struct pf_addr *saddr, const struct pf_addr *daddr, u_int16_t sport, u_int16_t dport, u_int32_t seq, u_int32_t ack, u_int8_t flags, u_int16_t win, u_int16_t mss, u_int8_t ttl, int tag, u_int16_t rtag, struct ether_header *eh, struct ifnet *ifp) argument
[all...]

Completed in 113 milliseconds