Searched refs:_IPPrefixFieldBase (Results 1 – 1 of 1) sorted by relevance
/external/scapy/scapy/ |
D | fields.py | 1383 class _IPPrefixFieldBase(Field): class 1445 class IPPrefixField(_IPPrefixFieldBase): 1447 … _IPPrefixFieldBase.__init__(self, name, default, wordbytes, 4, inet_aton, inet_ntoa, length_from) 1450 class IP6PrefixField(_IPPrefixFieldBase): 1452 …_IPPrefixFieldBase.__init__(self, name, default, wordbytes, 16, lambda a: inet_pton(socket.AF_INET…
|