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

Function lwip_getpeername

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

Source from the content-addressed store, hash-verified

1453}
1454
1455int
1456lwip_getpeername(int s, struct sockaddr *name, socklen_t *namelen)
1457{
1458 return lwip_getaddrname(s, name, namelen, 0);
1459}
1460
1461int
1462lwip_getsockname(int s, struct sockaddr *name, socklen_t *namelen)

Callers

nothing calls this directly

Calls 1

lwip_getaddrnameFunction · 0.70

Tested by

no test coverage detected