Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ freeaddrinfo
Function
freeaddrinfo
src/platforms/posix/socket_posix.cpp.hpp:116–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
114
}
115
116
void freeaddrinfo(struct addrinfo *res) {
117
::freeaddrinfo(res);
118
}
119
120
int getnameinfo(const struct sockaddr *sa, socklen_t salen,
121
char *host, socklen_t hostlen, char *serv, socklen_t servlen, int flags) {
Callers
1
connect
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected