Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)
148
const char *gai_strerror(int errcode)
149
{
150
return strerror(errcode);
151
}
152
#endif /* !HAVE_DECL_GAI_STRERROR */
Callers
10
network_open
Function · 0.85
main
Function · 0.85
handle_socket
Function · 0.85
main
Function · 0.85
handle_socket
Function · 0.85
rig_network_addr
Function · 0.85
main
Function · 0.85
handle_socket
Function · 0.85
main
Function · 0.85
handle_socket
Function · 0.85
Calls
no outgoing calls
Tested by
1
rig_network_addr
Function · 0.68