Home
last modified time | relevance | path

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

/xnu-10063.121.3/bsd/netinet/
H A Dtcp_var.h1796 extern errno_t tcp_add_notify_ack_marker(struct tcpcb *, u_int32_t);
H A Dtcp_usrreq.c2757 error = tcp_add_notify_ack_marker(tp, optval); in tcp_ctloutput()
H A Dtcp_subr.c4316 tcp_add_notify_ack_marker(struct tcpcb *tp, u_int32_t notify_id) in tcp_add_notify_ack_marker() function