Home | History | Annotate | Download | only in mDNSShared

Lines Matching refs:vec

3602 		struct iovec vec = { req->msgbuf + req->data_bytes, nleft };	// Tell recvmsg where we want the bytes put
3608 msg.msg_iov = &vec;