Function sock_recv [src]

Prototype

pub extern "wasi_snapshot_preview1" fn sock_recv(sock: fd_t, ri_data: [*]iovec_t, ri_data_len: usize, ri_flags: riflags_t, ro_datalen: *usize, ro_flags: *roflags_t) errno_t

Parameters

sock: fd_tri_data: [*]iovec_tri_data_len: usizeri_flags: riflags_tro_datalen: *usizero_flags: *roflags_t

Source

pub extern "wasi_snapshot_preview1" fn sock_recv(sock: fd_t, ri_data: [*]iovec_t, ri_data_len: usize, ri_flags: riflags_t, ro_datalen: *usize, ro_flags: *roflags_t) errno_t