MCPcopy Create free account
hub / github.com/F-Stack/f-stack / gai_strerror

Function gai_strerror

tools/compat/getaddrinfo.c:117–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115};
116
117const char *
118gai_strerror(int ecode)
119{
120 if (ecode >= 0 && ecode < EAI_MAX)
121 return ai_errlist[ecode];
122 return "Unknown error";
123}

Callers 13

setFunction · 0.85
getFunction · 0.85
deleteFunction · 0.85
settunnelFunction · 0.85
setpfsync_syncpeerFunction · 0.85
ifvxlan.cFile · 0.85
routenameFunction · 0.85
getaddrFunction · 0.85
anetResolveFunction · 0.85
anetTcpGenericConnectFunction · 0.85
_anetTcpServerFunction · 0.85
_redisContextConnectTcpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected