Function sock_accept [src]
Prototype
pub extern "wasi_snapshot_preview1" fn sock_accept(sock: fd_t, flags: fdflags_t, result_fd: *fd_t) errno_t
Parameters
sock: fd_t
flags: fdflags_t
result_fd: *fd_t
Source
pub extern "wasi_snapshot_preview1" fn sock_accept(sock: fd_t, flags: fdflags_t, result_fd: *fd_t) errno_t