Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ addrinfo
Class
addrinfo
server/src/system.c:678–678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
676
int net_host_lookup(const char *hostname, NETADDR *addr, int types)
677
{
678
struct addrinfo hints;
679
struct addrinfo *result;
680
int e;
681
char host[256];
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected