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

Function lwip_getsockname

components/net/lwip/lwip-1.4.1/src/api/sockets.c:1461–1465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1459}
1460
1461int
1462lwip_getsockname(int s, struct sockaddr *name, socklen_t *namelen)
1463{
1464 return lwip_getaddrname(s, name, namelen, 1);
1465}
1466
1467int
1468lwip_getsockopt(int s, int level, int optname, void *optval, socklen_t *optlen)

Callers

nothing calls this directly

Calls 1

lwip_getaddrnameFunction · 0.70

Tested by

no test coverage detected