Home
last modified time | relevance | path

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

/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php52 private static $sixToFour; variable in IPLib\\Range\\Subnet
277 if (self::$sixToFour === null) {
278 self::$sixToFour = self::fromString('2002::/16');
281 return self::$sixToFour;