MCPcopy Create free account
hub / github.com/apache/trafficserver / isIp6

Method isIp6

include/tscore/ink_inet.h:1488–1492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1486 return AF_INET == _family;
1487}
1488inline bool
1489IpAddr::isIp6() const
1490{
1491 return AF_INET6 == _family;
1492}
1493
1494inline bool
1495IpAddr::isLoopback() const

Callers 12

hashMethod · 0.95
initMethod · 0.80
apply_optionsMethod · 0.80
SSLAddressLookupKeyMethod · 0.80
proxy_protocol_v1_buildFunction · 0.80
ParseHostLineFunction · 0.80
HOSTDB_CLIENT_IP_HASHFunction · 0.80
refreshMethod · 0.80
db_mark_forFunction · 0.80
ats_ip_range_parseFunction · 0.80
ink_inet.ccFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected