Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
1488
inline bool
1489
IpAddr::isIp6() const
1490
{
1491
return AF_INET6 == _family;
1492
}
1493
1494
inline bool
1495
IpAddr::isLoopback() const
Callers
12
hash
Method · 0.95
init
Method · 0.80
apply_options
Method · 0.80
SSLAddressLookupKey
Method · 0.80
proxy_protocol_v1_build
Function · 0.80
ParseHostLine
Function · 0.80
HOSTDB_CLIENT_IP_HASH
Function · 0.80
refresh
Method · 0.80
db_mark_for
Function · 0.80
ats_ip_range_parse
Function · 0.80
ink_inet.cc
File · 0.80
HttpSessionAccept.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected