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

Method Accept

Kernel/src/net/ipsocket.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Socket* IPSocket::Accept(sockaddr* addr, socklen_t* addrlen, int mode){
20 return nullptr;
21}
22
23int IPSocket::Bind(const sockaddr* addr, socklen_t addrlen){
24 const sockaddr_in* inetAddr = (const sockaddr_in*)addr;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected