MCPcopy 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
65int64_t IPSocket::SendTo(void* buffer, size_t len, int flags, const sockaddr* src, socklen_t addrlen){
66 return -ENOSYS;
67}
68
69void IPSocket::Close(){
70 if(port){

Callers

nothing calls this directly

Calls 3

WarningFunction · 0.85
AllocatePortFunction · 0.85
SendUDPFunction · 0.85

Tested by

no test coverage detected