Home
last modified time | relevance | path

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

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