MCPcopy Create free account
hub / github.com/Beckhoff/ADS / InitSocketLibrary

Function InitSocketLibrary

AdsLib/wrap_socket.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25#define CONNECTION_CLOSED ENOTCONN
26#define CONNECTION_ABORTED ECONNABORTED
27inline int InitSocketLibrary(void)
28{
29 return 0;
30}
31#define NATIVE_SELECT(SOCK, READFDS, WRITEFDS, EXCEPTFDS, TIMEOUT) \
32 ::select(SOCK, READFDS, WRITEFDS, EXCEPTFDS, TIMEOUT)
33#else // defined(_WIN32) && !defined(__CYGWIN__)

Callers 3

GetListOfAddressesFunction · 0.85
getIpv4Function · 0.85
SocketMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected