Home
last modified time | relevance | path

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

/plugin/badbehaviour/bad-behavior/
H A Dgoogle.inc.php7match_cidr($package['ip'], "66.249.64.0/19") === FALSE && match_cidr($package['ip'], "64.233.160.0…
H A Dfunctions.inc.php37 function match_cidr($addr, $cidr) { function
42 if (match_cidr($addr, $cidrlet)) {
H A Dmsnbot.inc.php7 …if (match_cidr($package['ip'], array("207.46.0.0/16", "65.52.0.0/14", "207.68.128.0/18", "207.68.1…
H A Dyahoo.inc.php7 …if (match_cidr($package['ip'], array("202.160.176.0/20", "67.195.0.0/16", "203.209.252.0/24", "72.…
H A Dkonqueror.inc.php9 …['headers_mixed']['User-Agent'], "YahooSeeker/CafeKelsa") === FALSE || match_cidr($package['ip'], …
H A Dwhitelist.inc.php62 if (match_cidr($package['ip'], $range)) return true;