Searched refs:ctlbuf (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dasp_proto.c1849 strbuf_t ctlbuf; local
1884 bcopy (ctlptr, &ctlbuf, sizeof (strbuf_t));
1888 if ((err = copyin(CAST_USER_ADDR_T(ctlptr), (caddr_t)&ctlbuf, sizeof(ctlbuf))) != 0)
1898 if ((ctlbuf.len < 0) || (ctlbuf.len > (ATP_DATA_SIZE * 8))) {
1910 if (!(mioc = gbuf_alloc_wait(ctlbuf.len, TRUE))) {
1916 gbuf_wset(mioc, ctlbuf.len);
1920 bcopy (ctlbuf.buf, gbuf_rptr(mioc), ctlbuf
2158 strbuf_t ctlbuf; local
[all...]
/darwin-on-arm/xnu/bsd/kern/
H A Dkpi_socket.c731 u_char* ctlbuf = msg->msg_control; local
747 memcpy(ctlbuf, mtod(m, caddr_t), tocopy);
748 ctlbuf += tocopy;
752 msg->msg_controllen = (uintptr_t)ctlbuf - (uintptr_t)msg->msg_control;
H A Duipc_syscalls.c1115 user_addr_t ctlbuf; local
1204 ctlbuf = mp->msg_control;
1250 error = copyout(tmp_buffer, ctlbuf, tocopy);
1267 error = copyout((caddr_t) cp, ctlbuf,
1274 ctlbuf += tocopy;
1284 mp->msg_controllen = ctlbuf - mp->msg_control;

Completed in 25 milliseconds