Searched refs:in6_isvalid (Results 1 – 3 of 3) sorted by relevance
18 from scapy.utils6 import in6_isvalid, in6_ismlladdr, in6_ismnladdr295 if not in6_isvalid(next_hop):311 if not in6_isvalid(destination):
774 def in6_isvalid(address): function
6033 if not in6_isvalid(destination) or not type(plen) == int:6035 if not in6_isvalid(next_hop) or not isinstance(dev, six.string_types):6038 if not in6_isvalid(address):