Home
last modified time | relevance | path

Searched refs:VolatileValue (Results 1 – 4 of 4) sorted by relevance

/external/scapy/scapy/
Dvolatile.py73 class VolatileValue: class
78 y = other._fix() if isinstance(other, VolatileValue) else other
97 class RandField(VolatileValue):
673 class AutoTime(VolatileValue):
703 class DelayedEval(VolatileValue):
711 class IncrementalValue(VolatileValue):
724 class CorruptedBytes(VolatileValue):
Dpacket.py22 from scapy.volatile import VolatileValue
821 if isinstance(done2[k], VolatileValue):
832 if isinstance(v, VolatileValue)] + list(self.fields.keys())
Dfields.py959 if self not in conf.noenum and not isinstance(x,VolatileValue):
1040 if self not in conf.noenum and not isinstance(x,VolatileValue):
/external/scapy/scapy/contrib/
Dmodbus.py643 if self not in conf.noenum and not isinstance(x, VolatileValue) \