MCPcopy 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
612int net_addr_comp(const NETADDR *a, const NETADDR *b)
613{
614 return mem_comp(a, b, sizeof(NETADDR));
615}
616
617void net_addr_str(const NETADDR *addr, char *string, int max_length, int add_port)
618{

Callers 1

AcceptClientMethod · 0.85

Calls 1

mem_compFunction · 0.85

Tested by

no test coverage detected