Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DIp32.php11 class Ip32 class
22 $upper = bcdiv($u64, Ip32::$b32, 0);
23 $lower = bcmod($u64, Ip32::$b32);
25 $upper_bin = Ip32::decimalToBinary32($upper);
26 $lower_bin = Ip32::decimalToBinary32($lower);
29 $mask = Ip32::makeBitmaskOn32(64 - $pow);
80 $upper = Ip32::partsTo64($parts[1], $parts[2]);
81 $lower = Ip32::partsTo64($parts[3], $parts[4]);
88 $high = $high < 0 ? bcadd($high, Ip32::$b32) : $high;
89 $low = $low < 0 ? bcadd($low, Ip32::$b32) : $low;
[all …]
H A DIp.php13 use dokuwiki\Ip32; alias
62 $needle_up = Ip32::bitmask64On32($needle['upper'], $maskLengthUpper);
63 $net_up = Ip32::bitmask64On32($networkIp['upper'], $maskLengthUpper);
64 $needle_lo = Ip32::bitmask64On32($needle['lower'], $maskLengthLower);
65 $net_lo = Ip32::bitmask64On32($networkIp['lower'], $maskLengthLower);
112 $ipNum = ($ipNum < 0) ? bcadd($ipNum, Ip32::$b32) : (string)$ipNum;
122 $result = Ip32::ipv6UpperLowerOn32($binary);
/dokuwiki/_test/
H A DREADME66 …1-zts-alpine3.21'' does not have `bcmath` need by `bitmask64On32` (../inc/Ip32.php); `wpstaging/ph…