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

/darwin-on-arm/xnu/bsd/netat/
H A Dasp_proto.c1850 strbuf_t datbuf; local
1885 bcopy (datptr, &datbuf, sizeof (strbuf_t));
1890 if ((err = copyin(CAST_USER_ADDR_T(datptr), (caddr_t)&datbuf, sizeof(datbuf))) != 0)
1902 if ((datbuf.len < 0) || (datbuf.len > (ATP_DATA_SIZE * 8))) {
1954 remain = datbuf.len;
1955 dataptr = (caddr_t)datbuf.buf;
2159 strbuf_t datbuf; local
2211 bcopy (datptr, &datbuf, sizeo
[all...]

Completed in 44 milliseconds