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

Method Connect

Kernel/src/net/socket.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int Socket::Connect(const sockaddr* addr, socklen_t addrlen){
62 assert(!"Connect has been called from socket base");
63
64 return -1;
65}
66
67int Socket::Listen(int backlog){
68 return 0;

Callers 2

SysConnectFunction · 0.45
SysInterfaceConnectFunction · 0.45

Calls 6

InfoFunction · 0.85
ResolveSocketAddressFunction · 0.85
WarningFunction · 0.85
IsListeningMethod · 0.80
GetDomainMethod · 0.80
ConnectToMethod · 0.80

Tested by

no test coverage detected