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_t
ri_data: [*]iovec_t
ri_data_len: usize
ri_flags: riflags_t
ro_datalen: *usize
ro_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