Home
last modified time | relevance | path

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

/plugin/ipban/ip-lib/src/Range/
H A DType.php36 const T_LOOPBACK = 4; define in IPLib\\Range\\Type
117 case static::T_LOOPBACK:
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php204 '127.0.0.0/8' => array(RangeType::T_LOOPBACK),
H A DIPv6.php334 '::1/128' => array(RangeType::T_LOOPBACK),
/plugin/ipban/ip-lib/
H A DREADME.md205 - `\IPLib\Range\Type::T_LOOPBACK` if the address is the localhost (usually `127.0.0.1` or `::1`)