Searched refs:_rfc1924map (Results 1 – 1 of 1) sorted by relevance
/external/scapy/scapy/ |
D | utils6.py | 410 _rfc1924map = [ '0','1','2','3','4','5','6','7','8','9','A','B','C','D','E', variable 424 [x in _rfc1924map for x in addr]): 428 j = _rfc1924map.index(c) 454 res.append(_rfc1924map[rem%85])
|