Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ SendTo
Method
SendTo
Kernel/src/net/ipsocket.cpp:65–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
}
64
65
int64_t IPSocket::SendTo(void* buffer, size_t len, int flags, const sockaddr* src, socklen_t addrlen){
66
return -ENOSYS;
67
}
68
69
void IPSocket::Close(){
70
if(port){
Callers
nothing calls this directly
Calls
3
Warning
Function · 0.85
AllocatePort
Function · 0.85
SendUDP
Function · 0.85
Tested by
no test coverage detected