Searched refs:ipaddr (Results 1 – 2 of 2) sorted by relevance
61 function ip2pton($ipaddr) { argument64 $cx = strpos($ipaddr, '/');67 $subnet = (int)(substr($ipaddr, $cx+1));68 $ipaddr = substr($ipaddr, 0, $cx);73 $addr = inet_pton($ipaddr);
41 private $ipaddr; variable in action_plugin_quickstats 63 $this->ipaddr = $ipv6;66 else $this->ipaddr = $ip;206 if(empty($_SERVER['QUERY_STRING']) || $this->is_excluded($this->ipaddr)) return;287 if(!isset($queries['values'][$this->ipaddr])) {288 $queries['values'][$this->ipaddr] = array();290 if(!in_array($val, $queries['values'][$this->ipaddr])) {291 $queries['values'][$this->ipaddr][] = $val;302 if(!isset($queries[$which][$word][$this->ipaddr])) {303 $queries[$which][$word][$this->ipaddr] [all...]