Searched refs:send_hdr (Results 1 – 1 of 1) sorted by relevance
136 mach_msg_header_t* send_hdr; in SendMachPort() local137 send_hdr = &(send_msg.header); in SendMachPort()138 send_hdr->msgh_bits = in SendMachPort()140 send_hdr->msgh_size = sizeof(send_msg); in SendMachPort()141 send_hdr->msgh_remote_port = receiving_port; in SendMachPort()142 send_hdr->msgh_local_port = MACH_PORT_NULL; in SendMachPort()143 send_hdr->msgh_reserved = 0; in SendMachPort()144 send_hdr->msgh_id = 0; in SendMachPort()149 int kr = mach_msg(send_hdr, // message buffer in SendMachPort()151 send_hdr->msgh_size, // size of header + body in SendMachPort()