Searched refs:OFPTFlowMod (Results 1 – 4 of 4) sorted by relevance
/external/scapy/scapy/contrib/ |
D | openflow.uts | 24 = 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'))
|
D | openflow3.uts | 31 = 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))
|
D | openflow.py | 785 class OFPTFlowMod(_ofp_header): class 1176 14: OFPTFlowMod,
|
D | openflow3.py | 2129 class OFPTFlowMod(_ofp_header): class 3333 14: OFPTFlowMod,
|