MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / win_getsockopt

Function win_getsockopt

bsp/simulator/drivers/winsock/sal_winsock.c:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int win_getsockopt(int s, int level, int optname, void *optval, sal_type_socklen_t *optlen)
139{
140 return (int)getsockopt(s, level, optname, optval, optlen);
141}
142
143int win_setsockopt(int s, int level, int optname, const void *optval, sal_type_socklen_t optlen)
144{

Callers

nothing calls this directly

Calls 1

getsockoptFunction · 0.85

Tested by

no test coverage detected