Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dopenflow.uts24 = OFPTFlowMod(), check codes and defaults values
25 ofm = OFPTFlowMod(cmd='OFPFC_DELETE', out_port='CONTROLLER', flags='CHECK_OVERLAP+EMERG')
33 = OFPTFlowMod(), complex flow_mod
38 ofm = OFPTFlowMod(priority=1000, match=mtc, flags='CHECK_OVERLAP', actions=[act1,act2,act3])
44 flowmod = OFPTFlowMod(actions=OFPATOutput(port='LOCAL'))
Dopenflow3.uts31 = OFPTFlowMod(), check codes and defaults values
32 ofm = OFPTFlowMod(cmd='OFPFC_DELETE', out_group='ALL', flags='CHECK_OVERLAP+NO_PKT_COUNTS')
44 = OFPTFlowMod(), complex flow_mod
48 ofm = OFPTFlowMod(table_id=2, match=mtc, instructions=[ist1,ist2])
54 flowmod = OFPTFlowMod(instructions=OFPITGotoTable(table_id=0))
Dopenflow.py785 class OFPTFlowMod(_ofp_header): class
1176 14: OFPTFlowMod,
Dopenflow3.py2129 class OFPTFlowMod(_ofp_header): class
3333 14: OFPTFlowMod,