MCPcopy 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
1959inline bool
1960IPRange::is_ip4() const {
1961 return AF_INET == _family;
1962}
1963
1964inline bool
1965IPRange::is_ip6() const {

Callers 7

operator==Method · 0.95
containsMethod · 0.95
is_ip4Method · 0.45
intersectionMethod · 0.45
operator==Function · 0.45
NetSourceMethod · 0.45
findMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected