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

Method Bind

Kernel/src/net/socket.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int Socket::Bind(const sockaddr* addr, socklen_t addrlen){
56 assert(!"Bind has been called from socket base");
57
58 return -1;
59}
60
61int Socket::Connect(const sockaddr* addr, socklen_t addrlen){
62 assert(!"Connect has been called from socket base");

Callers 1

SysBindFunction · 0.45

Calls 2

InfoFunction · 0.85
BindSocketFunction · 0.85

Tested by

no test coverage detected