Home
last modified time | relevance | path

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

/external/scapy/scapy/
Dautomaton.py339 class _ATMT_Command: class
607 cmd = Message(type = _ATMT_Command.INTERCEPT, state=self.state, pkt=pkt)
611 if cmd.type == _ATMT_Command.REJECT:
614 elif cmd.type == _ATMT_Command.REPLACE:
617 elif cmd.type == _ATMT_Command.ACCEPT:
734 if c.type == _ATMT_Command.RUN:
736 elif c.type == _ATMT_Command.NEXT:
738 elif c.type == _ATMT_Command.FREEZE:
740 elif c.type == _ATMT_Command.STOP:
747 c = Message(type=_ATMT_Command.BREAKPOINT,state=state)
[all …]