Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
{
28
protected:
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
NetComp
Function · 0.85
mem_comp
Function · 0.85
Tested by
no test coverage detected