Home
last modified time | relevance | path

Searched refs:T_IPv4 (Results 1 – 5 of 5) sorted by relevance

/plugin/ipban/ip-lib/src/Address/
H A DType.php15 const T_IPv4 = 4; define in IPLib\\Address\\Type
34 case static::T_IPv4:
H A DIPv4.php176 return Type::T_IPv4;
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php160 case AddressType::T_IPv4:
304 case AddressType::T_IPv4:
318 if ($this->getAddressType() !== AddressType::T_IPv4) {
H A DPattern.php182 case AddressType::T_IPv4:
300 case AddressType::T_IPv4:
314 if ($this->getAddressType() !== AddressType::T_IPv4) {
H A DSingle.php184 if ($this->getAddressType() !== AddressType::T_IPv4) {