MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / __syscall_recvfrom

Function __syscall_recvfrom

system/lib/wasmfs/syscalls.cpp:1826–1833  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1824}
1825
1826int __syscall_recvfrom(int sockfd,
1827 void* buf,
1828 size_t len,
1829 int flags,
1830 struct sockaddr* addr,
1831 socklen_t* alen) {
1832 return -ENOSYS;
1833}
1834
1835int __syscall_recvmsg(int sockfd,
1836 struct msghdr* msg,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected