MCPcopy Create free account
hub / github.com/Hamlib/Hamlib / freeaddrinfo

Function freeaddrinfo

lib/getaddrinfo.c:140–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void freeaddrinfo(struct addrinfo *res)
141{
142 free(res->ai_addr);
143 free(res);
144}
145#endif /* !HAVE_GETADDRINFO */
146
147#if !defined(HAVE_DECL_GAI_STRERROR) && !defined(gai_strerror)

Callers 5

network_openFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected