MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / IPReceiveFrom

Method IPReceiveFrom

Kernel/src/net/ipsocket.cpp:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15int64_t IPSocket::IPReceiveFrom(void* buffer, size_t len){
16 return -ENOSYS;
17}
18
19Socket* IPSocket::Accept(sockaddr* addr, socklen_t* addrlen, int mode){
20 return nullptr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected