Searched refs:ctlbuf (Results 1 – 2 of 2) sorted by relevance
783 u_char *ctlbuf = msg->msg_control; in sock_receive_internal() local797 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()
1774 user_addr_t ctlbuf; in copyout_control() local1786 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()