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