Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/socket2/src/sys/
Dwindows.rs205 pub(crate) fn set_msghdr_control(msg: &mut msghdr, ptr: *mut u8, len: usize) { in set_msghdr_control() function
Dunix.rs682 pub(crate) fn set_msghdr_control(msg: &mut msghdr, ptr: *mut libc::c_void, len: usize) { in set_msghdr_control() function