Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsLocalIPv4
Function
IsLocalIPv4
library/cpp/netliba/v6/udp_socket.cpp:94–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
92
}
93
94
bool IsLocalIPv4(ui32 ip) {
95
return IsInSet(LocalHostIPList[IPv4], ip);
96
}
97
bool IsLocalIPv6(ui64 network, ui64 iface) {
98
return IsInSet(LocalHostIPv6List, TIPv6Addr(network, iface));
99
}
Callers
2
IsLocalFast
Function · 0.85
IsLocal
Function · 0.85
Calls
1
IsInSet
Function · 0.70
Tested by
no test coverage detected