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

Method NetMatch

server/src/netban.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27{
28protected:
29 bool NetMatch(const NETADDR *pAddr1, const NETADDR *pAddr2) const
30 {
31 return NetComp(pAddr1, pAddr2) == 0;
32 }
33
34 bool NetMatch(const CNetRange *pRange, const NETADDR *pAddr, int Start, int Length) const
35 {

Callers

nothing calls this directly

Calls 2

NetCompFunction · 0.85
mem_compFunction · 0.85

Tested by

no test coverage detected