Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ net_addr_comp
Function
net_addr_comp
server/src/system.c:612–615 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
610
}
611
612
int net_addr_comp(const NETADDR *a, const NETADDR *b)
613
{
614
return mem_comp(a, b, sizeof(NETADDR));
615
}
616
617
void net_addr_str(const NETADDR *addr, char *string, int max_length, int add_port)
618
{
Callers
1
AcceptClient
Method · 0.85
Calls
1
mem_comp
Function · 0.85
Tested by
no test coverage detected