Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAddress.php46 public $ipVersion; variable in Google\\Service\\Compute\\Address
165 public function setIpVersion($ipVersion) argument
167 $this->ipVersion = $ipVersion;
174 return $this->ipVersion;
H A DForwardingRule.php66 public $ipVersion; variable in Google\\Service\\Compute\\ForwardingRule
273 public function setIpVersion($ipVersion) argument
275 $this->ipVersion = $ipVersion;
282 return $this->ipVersion;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DMetadata.php16 * @property int $ipVersion This is an unsigned 16-bit
60 private $ipVersion; variable in MaxMind\\Db\\Reader\\Metadata
77 $this->ipVersion = $metadata['ip_version'];
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php163 if ($metadata->ipVersion === 6) {
167 } elseif ($metadata->ipVersion === 4 && $bitCount === 128) {
195 if ($this->metadata->ipVersion === 4) {