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

Function gai_strerror

lib/getaddrinfo.c:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146
147#if !defined(HAVE_DECL_GAI_STRERROR) && !defined(gai_strerror)
148const char *gai_strerror(int errcode)
149{
150 return strerror(errcode);
151}
152#endif /* !HAVE_DECL_GAI_STRERROR */

Callers 10

network_openFunction · 0.85
mainFunction · 0.85
handle_socketFunction · 0.85
mainFunction · 0.85
handle_socketFunction · 0.85
rig_network_addrFunction · 0.85
mainFunction · 0.85
handle_socketFunction · 0.85
mainFunction · 0.85
handle_socketFunction · 0.85

Calls

no outgoing calls

Tested by 1

rig_network_addrFunction · 0.68