Home
last modified time | relevance | path

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

/xnu-12377.61.12/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.c2033 user_addr_t ctlbuf; in copyout_control() local
2045 ctlbuf = control; in copyout_control()
2090 error = copyout(tmp_buffer, ctlbuf, tocopy); in copyout_control()
2112 error = copyout((caddr_t) cp, ctlbuf, tocopy); in copyout_control()
2124 ctlbuf += tocopy; in copyout_control()
2135 *controllen = (socklen_t)(ctlbuf - control); in copyout_control()