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

Method Send

Kernel/src/net/socket.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91int64_t Socket::Send(void* buffer, size_t len, int flags){
92 return SendTo(buffer, len, flags, nullptr, 0);
93}
94
95int64_t Socket::SendTo(void* buffer, size_t len, int flags, const sockaddr* src, socklen_t addrlen){
96 assert(!"SendTo has been called from socket base");

Callers 1

SysSendFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected