MCPcopy Create free account
hub / github.com/cppla/ServerStatus / sockaddr

Class sockaddr

server/src/system.c:589–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589static void sockaddr_to_netaddr(const struct sockaddr *src, NETADDR *dst)
590{
591 if(src->sa_family == AF_INET)
592 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected