Home
last modified time | relevance | path

Searched refs:in6_ptop (Results 1 – 5 of 5) sorted by relevance

/external/scapy/scapy/
Droute6.py103 dst = in6_ptop(dst)
105 l = [x for x in self.routes if in6_ptop(x[0]) == dst and x[1] == plen]
107 gw = in6_ptop(gw)
108 l = [x for x in self.routes if in6_ptop(x[2]) == gw]
161 addr = in6_ptop(addr)
Dutils6.py606 def in6_ptop(str): function
/external/scapy/scapy/contrib/
Dsend.py44 x = in6_ptop(x)
/external/scapy/scapy/arch/
Dlinux.py307 addr = scapy.utils6.in6_ptop(
335 return scapy.utils6.in6_ptop(ret)
/external/scapy/scapy/layers/
Dinet6.py68 in6_ptop, teredoAddrExtractInfo
239 x = in6_ptop(x)