MCPcopy Create free account
hub / github.com/Norbyte/ositools / SendtoWrapper

Function SendtoWrapper

OsiInterface/SocketProxy.h:33–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33int SendtoWrapper(
34 _In_ SOCKET s,
35 _In_ const char *buf,
36 _In_ int len,
37 _In_ int flags,
38 _In_ const struct sockaddr *to,
39 _In_ int tolen
40)
41{
42 Debug(L"sendto");
43 return WrappedSendto(s, buf, len, flags, to, tolen);
44}
45
46int WSASendWrapper(
47 _In_ SOCKET s,

Callers

nothing calls this directly

Calls 1

DebugFunction · 0.85

Tested by

no test coverage detected