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

Method Connect

Kernel/src/net/ipsocket.cpp:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42int IPSocket::Connect(const sockaddr* addr, socklen_t addrlen){
43 return -ENOSYS;
44}
45
46int IPSocket::Listen(int backlog){
47 return -ENOSYS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected