Home
last modified time | relevance | path

Searched defs:set_msghdr_iov (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/socket2/src/sys/
Dwindows.rs202 pub(crate) fn set_msghdr_iov(msg: &mut msghdr, ptr: *mut WSABUF, len: usize) { in set_msghdr_iov() function
Dunix.rs736 pub(crate) fn set_msghdr_iov(msg: &mut msghdr, ptr: *mut libc::iovec, len: usize) { in set_msghdr_iov() function