Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/rt-thread
/ freeaddrinfo
Function
freeaddrinfo
components/net/sal/socket/net_netdb.c:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
RTM_EXPORT(gethostbyname_r);
29
30
void freeaddrinfo(struct addrinfo *ai)
31
{
32
sal_freeaddrinfo(ai);
33
}
34
RTM_EXPORT(freeaddrinfo);
35
36
int getaddrinfo(const char *nodename,
Callers
1
clnt_create
Function · 0.85
Calls
1
sal_freeaddrinfo
Function · 0.85
Tested by
no test coverage detected