Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkpi_socket.c783 u_char *ctlbuf = msg->msg_control; in sock_receive_internal() local
797 memcpy(ctlbuf, mtod(m, caddr_t), tocopy); in sock_receive_internal()
798 ctlbuf += tocopy; in sock_receive_internal()
803 (socklen_t)((uintptr_t)ctlbuf - (uintptr_t)msg->msg_control); in sock_receive_internal()
H A Duipc_syscalls.c1774 user_addr_t ctlbuf; in copyout_control() local
1786 ctlbuf = control; in copyout_control()
1831 error = copyout(tmp_buffer, ctlbuf, tocopy); in copyout_control()
1854 error = copyout((caddr_t) cp, ctlbuf, tocopy); in copyout_control()
1865 ctlbuf += tocopy; in copyout_control()
1876 *controllen = (socklen_t)(ctlbuf - control); in copyout_control()