Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ is_ip4
Method
is_ip4
lib/swoc/include/swoc/IPRange.h:1959–1962 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1957
}
1958
1959
inline bool
1960
IPRange::is_ip4() const {
1961
return AF_INET == _family;
1962
}
1963
1964
inline bool
1965
IPRange::is_ip6() const {
Callers
7
operator==
Method · 0.95
contains
Method · 0.95
is_ip4
Method · 0.45
intersection
Method · 0.45
operator==
Function · 0.45
NetSource
Method · 0.45
find
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected