Home
last modified time | relevance | path

Searched refs:IP_RE (Results 1 – 7 of 7) sorted by relevance

/dports/dns/py-tldextract/tldextract-2.2.1/tldextract/
H A Dremote.py21 IP_RE = re.compile(r'^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-… variable
75 if IP_RE.match(maybe_ip):
H A Dtldextract.py80 from .remote import IP_RE
153 if not (self.suffix or self.subdomain) and IP_RE.match(self.domain):
/dports/security/nmap/nmap-7.91/zenmap/radialnet/gui/
H A DHostsViewer.py76 IP_RE = re.compile('^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$') variable
216 value1_is_ip = IP_RE.match(value1)
217 value2_is_ip = IP_RE.match(value2)
/dports/textproc/p5-Net-Snort-Parser/Net-Snort-Parser-1.41/Snort/Parser/
H A DRule.pm109 my $IP_RE = join('|', 'any', $VARIABLE_RE, '\x21?(?:' . join('|', $_IP_NETMASK, '\[\x21?\s*' . $_IP…
116 … . join('\s+', map ('(' . $_ . ')', $ACTION_RE, $PROTO_RE, $IP_RE, $PORT_RE, $DIR_RE, $IP_RE, $POR…
/dports/dns/py-namebench/namebench-1.3.1/libnamebench/
H A Daddr_util.py37 IP_RE = re.compile('^[0-9.]+$') variable
H A Ddata_sources.py181 if not addr_util.IP_RE.match(host) and not addr_util.INTERNAL_RE.search(host):
/dports/sysutils/py-salt/salt-3004.1/salt/cloud/clouds/
H A Dvmware.py158 IP_RE = r"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?… variable