hermit::syscalls::socket

Function sys_send

Source
#[no_mangle]
pub unsafe extern "C" fn sys_send(
    s: i32,
    mem: *const c_void,
    len: usize,
    _flags: i32,
) -> isize