Home
last modified time | relevance | path

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

/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php30 protected $shortAddress; variable in IPLib\\Address\\IPv6
68 $this->shortAddress = null;
224 if ($this->shortAddress === null) {
227 $this->shortAddress = '::ffff:'.implode('.', $lastBytes);
235 $shortAddress = implode(':', $chunks);
239 if (preg_match('/^(.*?)'.$search.'(.*)$/', $shortAddress, $matches)) {
240 $shortAddress = $matches[1].'::'.$matches[2];
244 $this->shortAddress = $shortAddress;
247 $result = $this->shortAddress;