Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/ositools
/ SendWrapper
Function
SendWrapper
OsiInterface/SocketProxy.h:22–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
}
21
22
int SendWrapper(
23
_In_ SOCKET s,
24
_In_ const char *buf,
25
_In_ int len,
26
_In_ int flags
27
)
28
{
29
Debug(L
"send"
);
30
return WrappedSend(s, buf, len, flags);
31
}
32
33
int SendtoWrapper(
34
_In_ SOCKET s,
Callers
nothing calls this directly
Calls
1
Debug
Function · 0.85
Tested by
no test coverage detected