Searched refs:receive (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/kdp/
H A Dkdp_en_debugger.h38 kdp_register_send_receive(kdp_send_t send, kdp_receive_t receive);
41 kdp_unregister_send_receive(kdp_send_t send, kdp_receive_t receive);
H A Dkdp_udp.c275 /* only send/receive data if the link is up */
324 kdp_receive_t receive)
334 kdp_en_recv_pkt = receive;
381 __unused kdp_receive_t receive)
762 /* Did we receive a reply from the right source? */
897 /* If we receive a kernel debugging packet whilst a
2087 * the next time we send/receive a KDP packet. We don't do it on
322 kdp_register_send_receive( kdp_send_t send, kdp_receive_t receive) argument
379 kdp_unregister_send_receive( __unused kdp_send_t send, __unused kdp_receive_t receive) argument
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread.h308 mach_msg_return_t state; /* receive state */
310 mach_vm_address_t msg_addr; /* receive buffer pointer */
312 mach_msg_option_t option; /* options for receive */
314 mach_port_name_t receiver_name; /* the receive port name */
318 } receive; member in union:thread::__anon1093
442 #define ith_state saved.receive.state
443 #define ith_object saved.receive.object
444 #define ith_msg_addr saved.receive.msg_addr
445 #define ith_msize saved.receive.msize
446 #define ith_option saved.receive
[all...]
H A Ddebug.c676 kdp_register_send_receive(__unused void *send, __unused void *receive) argument
680 kdp_unregister_send_receive(__unused void *send, __unused void *receive) argument
/darwin-on-arm/xnu/bsd/netinet6/
H A Dipcomp_input.c223 DTRACE_IP6(receive, struct mbuf *, m, struct inpcb *, NULL,
H A Dah_input.c583 DTRACE_IP6(receive, struct mbuf *, m, struct inpcb *, NULL,
H A Desp_input.c681 DTRACE_IP6(receive, struct mbuf *, m, struct inpcb *, NULL,
H A Dip6_input.c1182 DTRACE_IP6(receive, struct mbuf *, m, struct inpcb *, NULL,
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c218 * XXX - Setting ip_checkinterface mostly implements the receive side of
771 DTRACE_IP6(receive, struct mbuf *, m, struct inpcb *, NULL,
839 DTRACE_IP6(receive, struct mbuf *, m, struct inpcb *, NULL,
1020 * we receive might be for us (and let the upper layers deal
1134 * The process-level routing daemon needs to receive
H A Dtcp_input.c238 &tcp_autorcvbuf_inc_shift, 0, "Shift for increment in receive socket buffer size");
242 &tcp_autorcvbuf_max, 0, "Maximum receive socket buffer size");
263 /* This limit will determine when the receive socket buffer tuning will
424 * receive window to a minimum of MIN_IAJ_WIN packets
839 /* The receive window scale negotiated at the
861 * This function is used to grow a receive socket buffer. It
890 * the receive socket buffer needs to grow, increase
924 * Increment the receive window by a multiple of
927 * wire if it is limited by the receive window.
930 * measurements. We set the ideal size on receive
[all...]

Completed in 103 milliseconds