Home
last modified time | relevance | path

Searched refs:ctlbuf (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.1.10/bsd/kern/
H A Dkpi_socket.c781 u_char *ctlbuf = msg->msg_control; in sock_receive_internal() local
795 memcpy(ctlbuf, mtod(m, caddr_t), tocopy); in sock_receive_internal()
796 ctlbuf += tocopy; in sock_receive_internal()
801 msg->msg_controllen = (socklen_t)(ctlbuf - original_ctl); in sock_receive_internal()
H A Duipc_syscalls.c2038 user_addr_t ctlbuf; in copyout_control() local
2050 ctlbuf = control; in copyout_control()
2095 error = copyout(tmp_buffer, ctlbuf, tocopy); in copyout_control()
2117 error = copyout((caddr_t) cp, ctlbuf, tocopy); in copyout_control()
2129 ctlbuf += tocopy; in copyout_control()
2140 *controllen = (socklen_t)(ctlbuf - control); in copyout_control()