Searched refs:send (Results 1 - 14 of 14) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kdp/
H A Dkdp_en_debugger.h37 kdp_register_send_receive(kdp_send_t send, kdp_receive_t receive);
40 kdp_unregister_send_receive(kdp_send_t send, kdp_receive_t receive);
H A Dkdp_udp.c226 kdp_send_t send,
241 kdp_en_send_pkt = send;
282 __unused kdp_send_t send,
1622 * the next time we send/receive a KDP packet. We don't do it on
225 kdp_register_send_receive( kdp_send_t send, kdp_receive_t receive) argument
281 kdp_unregister_send_receive( __unused kdp_send_t send, __unused kdp_receive_t receive) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Timer.c112 goto send;
131 goto send;
136 goto send;
141 goto send;
152 goto send;
167 goto send;
179 send:
H A Dadsp_Packet.c108 * What to send (Ack or Req+Ack)
119 char send; /* What to send in response member in struct:__anon240
564 * The open request has been denied. Try to send him a denial.
674 if (m.t->send) { /* Need to send a response */
675 sp->sendCtl |= m.t->send;
829 if (sp && sp->callSend) /* If we have a stream & we need to send */
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsys_domain.h86 ctl_send_func send; /* Send data to nke */ member in struct:kctl
H A Dsocket.h177 #define SO_SNDBUF 0x1001 /* send buffer size */
179 #define SO_SNDLOWAT 0x1003 /* send low-water mark */
181 #define SO_SNDTIMEO 0x1005 /* send timeout */
192 #define SO_NWRITE 0x1024 /* APPLE: Get number of bytes currently in send socket buffer */
195 #define SO_NOTIFYCONFLICT 0x1026 /* APPLE: send notification if there is a bind on a port which is already in use */
529 #define MSG_DONTROUTE 0x4 /* send without using routing tables */
698 ssize_t send(int, const void *, size_t, int) __DARWIN_ALIAS_C(send); variable
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dtcp_output.c196 * Tcp output routine: figure out what should be sent and send it.
254 * to send, then transmit; otherwise, investigate further.
260 * expected to clock out any data we send --
400 * to send out new data (when sendalot is 1), bypass this function.
461 * If in persist timeout with window of 0, send 1 byte.
463 * and timer expired, we will send what we can
469 * If we still have some data to send, then
481 * to send then the probe will be the FIN
576 * Be careful not to send data and/or FIN on SYN segments.
630 * - This is the last buffer in a write()/send() an
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man2/
H A DMakefile144 send.2 \
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Ddebug.c517 kdp_register_send_receive(__unused void *send, __unused void *receive) argument
521 kdp_unregister_send_receive(__unused void *send, __unused void *receive) argument
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dbpf.h432 used to send a raw packet on the interface. The mbuf and data
490 u_int32_t header_length, bpf_send_func send,
H A Dbpf.c1742 bpf_send_func send,
1776 bp_new->bif_send = send;
1738 bpf_attach( ifnet_t ifp, u_int32_t dlt, u_int32_t hdrlen, bpf_send_func send, bpf_tap_func tap) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmessage.h155 * It must specify a valid send or send-once right for a port.
158 * This field carries a send-once right that the receiver will use
160 * MACH_PORT_DEAD, a send-once right, or a send right.
182 #define MACH_MSG_TYPE_MOVE_SEND 17 /* Must hold send rights */
184 #define MACH_MSG_TYPE_COPY_SEND 19 /* Must hold send rights */
459 mach_msg_empty_send_t send; member in union:__anon892
643 /* Thread is waiting to send. (Internal use only.) */
719 * Distinct send an
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_control.c447 if (kctl->send) {
449 error = (*kctl->send)(kctl, kcb->unit, kcb->userdata, m, flags);
786 /* Let the caller know the default send and receive sizes */
797 kctl->send = userkctl->ctl_send;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dipc_kmsg.c935 * Call the server routine, and get the reply message to send.
957 * a send-once notification.
1055 * then it isn't sent and the send-once right for the notify
1110 * We do the port send check here instead of in ipc_kmsg_send()
1112 * and we need to do the send check before anything is actually copied.
1157 * make-send or make-sonce, then we must be looking
1160 * copy-send and make-send.
1221 * To make this atomic, just do one copy-send,
1222 * and dup the send righ
3079 mach_msg_descriptor_t *sstart, *send; local
3459 mach_msg_descriptor_t *saddr, *send; local
[all...]

Completed in 83 milliseconds