Home
last modified time | relevance | path

Searched refs:automaton (Results 1 – 25 of 30) sorted by relevance

12

/external/scapy/scapy/
Dautomaton.py251 def __init__(self, state_func, automaton, *args, **kargs): argument
258 self.automaton = automaton
267 return self.func(self.automaton, *self.args, **self.kargs)
354 def __init__(self, name, ioevent, automaton, proto, args, kargs): argument
360 self.atmt = automaton(*args, **kargs)
382 def __init__(self, name, ioevent, automaton): argument
385 self.automaton = automaton
387 return _ATMT_supersocket(self.name, self.ioevent, self.automaton, proto, args, kargs)
Dall.py35 from scapy.automaton import *
Dscapypipes.py13 from scapy.automaton import recv_error
Dpipetool.py18 from scapy.automaton import Message, select_objects, SelectableObject
/external/scapy/scapy/modules/krack/
D__init__.py28 from scapy.modules.krack.automaton import KrackAP
Dautomaton.py11 from scapy.automaton import ATMT, Automaton
/external/libxml2/os400/iconv/
DREADME.iconv39 finite automaton from the files mentioned above into a C file for all
44 with libxml2, the generated automaton is stored within sources and need not
/external/scapy/test/tls/
Dtests_tls_netaccess.uts7 + TLS server automaton tests
86 + TLS client automaton tests
/external/scapy/test/
Dlinux.uts11 = TCP client automaton
12 ~ automaton netaccess linux needs_root
Dregression.uts1187 = Simple automaton
1188 ~ automaton
1218 = Simple automaton Tests
1219 ~ automaton
1232 = Simple automaton stuck test
1233 ~ automaton
1244 ~ automaton
1265 ~ automaton
1287 ~ automaton
1306 ~ automaton
[all …]
/external/scapy/scapy/layers/tls/
Dautomaton.py12 from scapy.automaton import Automaton
Dautomaton_cli.py25 from scapy.automaton import ATMT
26 from scapy.layers.tls.automaton import _TLSAutomaton
Dautomaton_srv.py24 from scapy.automaton import ATMT
25 from scapy.layers.tls.automaton import _TLSAutomaton
/external/scapy/doc/scapy/
Dadvanced_usage.rst498 An automaton in Scapy is deterministic. It has different states. A start state and some end and err…
500 …subclass. They are decorated to provide meta-information needed in order for the automaton to work.
531 * ``ATMT.condition`` that indicate a method to be run when the automaton state
544 This simple automaton can be described with the following graph:
555 … a function that returns an exception. If you raise that exception, the automaton state will be ch…
699 return "Result of the automaton: 42"
711 When the automaton switches to a given state, the state's method is executed. Then transitions meth…
789 …nts given at ``__init__()`` and ``run()``. Use that to parametrize the behaviour of your automaton.
791 … each time a packet is sniffed and decides if it is interesting for the automaton. When working on…
/external/scapy/scapy/layers/
Dtftp.py14 from scapy.automaton import *
Dinet.py28 from scapy.automaton import Automaton,ATMT
/external/llvm/docs/TableGen/
DBackEnds.rst181 automaton (DFA) that models all possible mappings of machine instructions
/external/scapy/scapy/arch/
Dpcapdnet.py22 from scapy.automaton import SelectableObject
/external/swiftshader/third_party/llvm-subzero/
DCREDITS.TXT99 D: Deterministic finite automaton based infrastructure for VLIW packetization
/external/llvm/
DCREDITS.TXT100 D: Deterministic finite automaton based infrastructure for VLIW packetization
/external/swiftshader/third_party/llvm-7.0/llvm/
DCREDITS.TXT111 D: Deterministic finite automaton based infrastructure for VLIW packetization
/external/swiftshader/third_party/llvm-7.0/llvm/docs/TableGen/
DBackEnds.rst182 automaton (DFA) that models all possible mappings of machine instructions
/external/scapy/doc/notebooks/
DScapy in 15 minutes.ipynb1211 …"When more logic is needed, Scapy provides a clever way abstraction to define an automaton. In a n…
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_overrides.txt151 automaton → ətˈɑmətɑn
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst1618 a deterministic finite automaton (DFA) to represent the state of a packet. A DFA

12