Home
last modified time | relevance | path

Searched refs:T_IPv6 (Results 1 – 4 of 4) sorted by relevance

/plugin/ipban/ip-lib/src/Address/
H A DType.php22 const T_IPv6 = 6; define in IPLib\\Address\\Type
36 case static::T_IPv6:
H A DIPv6.php308 return Type::T_IPv6;
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php156 if ($addressType === AddressType::T_IPv6 && static::get6to4()->containsRange($this)) {
164 case AddressType::T_IPv6:
306 case AddressType::T_IPv6:
H A DPattern.php178 if ($addressType === AddressType::T_IPv6 && Subnet::get6to4()->containsRange($this)) {
186 case AddressType::T_IPv6:
302 case AddressType::T_IPv6: