Home
last modified time | relevance | path

Searched refs:toIPv4 (Results 1 – 3 of 3) sorted by relevance

/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php157 …ngeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->toIPv4())->…
H A DPattern.php179 …ngeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->toIPv4())->…
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php399 $ipv4 = $this->toIPv4();
422 public function toIPv4() function in IPLib\\Address\\IPv6