Home
last modified time | relevance | path

Searched refs:tcp_add_notify_ack_marker (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.81.2/bsd/netinet/
H A Dtcp_var.h1774 extern errno_t tcp_add_notify_ack_marker(struct tcpcb *, u_int32_t);
H A Dtcp_usrreq.c2688 error = tcp_add_notify_ack_marker(tp, optval); in tcp_ctloutput()
H A Dtcp_subr.c4302 tcp_add_notify_ack_marker(struct tcpcb *tp, u_int32_t notify_id) in tcp_add_notify_ack_marker() function