Home
last modified time | relevance | path

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

/plugin/ipmap/
H A Drendertables.php35 list($ip, $net,$subnet) = preg_split("/\//u", substr($match, 7, -1), 3);
36 return array($state, array($ip, $net, $subnet,strip_tags($match)));
48 list($ip, $net, $subnet,$data) = $match;
50 …oc .= p_render('xhtml',p_get_instructions($this->_maketables($ip, $net, $subnet, $data)), $unused)…
59 function _maketables($ip, $net, $subnet, $data){ argument
60 $subnet = explode(">",$subnet);
61 $subnet = $subnet[0];
91 $diff = $subnet - $net;
92 $rightbits = 32 - $subnet;
122 $sout = "$subnet";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastream/
H A DVpcPeeringConfig.php25 public $subnet; variable in Google\\Service\\Datastream\\VpcPeeringConfig
34 public function setSubnet($subnet) argument
36 $this->subnet = $subnet;
43 return $this->subnet;
/plugin/ipgroup/
H A Daction.php67 $subnet = (int)(substr($ipaddr, $cx+1));
70 else $subnet = null; // No netmask present
76 if (is_integer($subnet))
80 if ($subnet > $len) $subnet = $len;
83 $mask = str_repeat('f', $subnet>>2);
84 switch($subnet & 3)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DVmCreationConfig.php25 public $subnet; variable in Google\\Service\\DatabaseMigrationService\\VmCreationConfig
38 public function setSubnet($subnet) argument
40 $this->subnet = $subnet;
47 return $this->subnet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DVirtualMachineConfig.php70 public $subnet; variable in Google\\Service\\AIPlatformNotebooks\\VirtualMachineConfig
279 public function setSubnet($subnet) argument
281 $this->subnet = $subnet;
288 return $this->subnet;
H A DInstance.php140 public $subnet; variable in Google\\Service\\AIPlatformNotebooks\\Instance
591 public function setSubnet($subnet) argument
593 $this->subnet = $subnet;
600 return $this->subnet;
/plugin/phpipam/
H A Dsyntax.php412 foreach ($reply['data'] as $subnet) {
423 foreach ($reply['data'] as $subnet) {
434 foreach ($reply['data'] as $subnet) {
445 foreach ($reply['data'] as $subnet) {
456 foreach ($reply['data'] as $subnet) {
467 foreach ($reply['data'] as $subnet) {
478 foreach ($reply['data'] as $subnet) {
1622 0 => array('subnet', 'description'),
1922 foreach ((array)$reply['data'] as $subnet) {
1923 $_infos = (array)$subnet ;
[all …]
H A Dplugin.info.txt5 desc Fetch subnet hosts from a {php}IPAM instance
H A DREADME4 Fetch subnet hosts from a **{php}_IPAM_** instance
/plugin/iphelper/
H A Dplugin.info.txt6 desc searches for IP adresses like 123.45.67.89 and inserts a customizeable menu. Secondly searches for Network Adresses like 123.45.67.89/24 and inserts a link to a subnet calculator
H A DREADME
/plugin/ipban/ip-lib/
H A DREADME.md79 To parse a subnet (CIDR) range:
234 This library supports IPv4/IPv6 ranges in pattern format (eg. `192.168.*.*`) and in CIDR/subnet for…
250 ### Getting the subnet mask for IPv4 ranges
252 You can use the `getSubnetMask()` to get the subnet mask for IPv4 ranges: