binder_ndk_sys

Function sendto

Source
pub unsafe extern "C" fn sendto(
    __fd: c_int,
    __buf: *const c_void,
    __n: usize,
    __flags: c_int,
    __dst_addr: *const sockaddr,
    __dst_addr_length: socklen_t,
) -> isize