/dports/net/ryu/ryu-4.26/ryu/tests/unit/lib/ |
H A D | test_ofctl_utils.py | 42 ofproto_v1_3.OFPP_CONTROLLER, 43 self.util.ofp_port_from_user(ofproto_v1_3.OFPP_CONTROLLER) # int 46 ofproto_v1_3.OFPP_CONTROLLER, 50 ofproto_v1_3.OFPP_CONTROLLER, 57 self.util.ofp_port_to_user(ofproto_v1_3.OFPP_CONTROLLER)
|
/dports/net/ryu/ryu-4.26/ryu/services/protocols/vrrp/ |
H A D | monitor_openflow.py | 122 out_port=ofproto.OFPP_CONTROLLER) 125 actions = [ofproto_parser.OFPActionOutput(ofproto.OFPP_CONTROLLER, 141 out_port=ofproto.OFPP_CONTROLLER)
|
H A D | utils.py | 61 dp, 0xffffffff, ofproto.OFPP_CONTROLLER, actions, data)
|
H A D | sample_router.py | 496 actions = [ofproto_parser.OFPActionOutput(ofproto.OFPP_CONTROLLER,
|
/dports/net/ryu/ryu-4.26/ryu/lib/ |
H A D | bfdlib.py | 506 in_port=ofproto.OFPP_CONTROLLER, 720 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER, 727 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER, 772 in_port=ofproto.OFPP_CONTROLLER,
|
H A D | lacplib.py | 297 ofproto.OFPP_CONTROLLER, 65535)] 314 ofproto.OFPP_CONTROLLER, ofproto.OFPCML_MAX)]
|
H A D | igmplib.py | 423 [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER, size)], 633 [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER, size)],
|
H A D | stplib.py | 1150 in_port=self.dp.ofproto.OFPP_CONTROLLER, 1190 actions = [parser.OFPActionOutput(ofp.OFPP_CONTROLLER,
|
/dports/net/ryu/ryu-4.26/ryu/app/ |
H A D | example_switch_13.py | 41 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER,
|
H A D | simple_switch_14.py | 47 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER,
|
H A D | simple_switch_15.py | 47 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER,
|
H A D | simple_switch_13.py | 47 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER,
|
H A D | simple_switch_snort.py | 90 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER,
|
H A D | rest_router.py | 1017 in_port = self.ofctl.dp.ofproto.OFPP_CONTROLLER 1140 inport = self.ofctl.dp.ofproto.OFPP_CONTROLLER 1604 self.dp.ofproto.OFPP_CONTROLLER, miss_send_len)]
|
/dports/net/tcpdump/tcpdump-4.99.1/ |
H A D | print-openflow-1.3.c | 205 #define OFPP_CONTROLLER 0xfffffffdU macro 215 { OFPP_CONTROLLER, "CONTROLLER" },
|
H A D | print-openflow-1.0.c | 150 #define OFPP_CONTROLLER 0xfffdU macro 160 { OFPP_CONTROLLER, "CONTROLLER" }, 1361 if (output_port == OFPP_CONTROLLER) in of10_actions_print()
|
/dports/net/ryu/ryu-4.26/ryu/ofproto/ |
H A D | ofproto_v1_0.py | 51 OFPP_CONTROLLER = 0xfffd # Send to controller. variable
|
H A D | ofproto_v1_2.py | 102 OFPP_CONTROLLER = 0xfffffffd # Send to controller. variable
|
H A D | ofproto_v1_3.py | 107 OFPP_CONTROLLER = 0xfffffffd # Send to controller. variable
|
H A D | ofproto_v1_4.py | 43 OFPP_CONTROLLER = 0xfffffffd # Send to controller. variable
|
/dports/net/ryu/ryu-4.26/ryu/topology/ |
H A D | switches.py | 637 ofproto.OFPP_CONTROLLER, self.LLDP_PACKET_LEN)] 649 actions = [parser.OFPActionOutput(ofproto.OFPP_CONTROLLER, 916 datapath=dp, in_port=dp.ofproto.OFPP_CONTROLLER,
|
/dports/net/ryu/ryu-4.26/ryu/tests/integrated/ |
H A D | test_request_reply_v12.py | 925 output = dp.ofproto.OFPP_CONTROLLER 984 out = dp.ofproto.OFPP_CONTROLLER
|
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/openflow/model/ |
H A D | openflow-switch-net-device.cc | 309 if (out_port != OFPP_CONTROLLER) in DoOutput() 773 else if (out_port == OFPP_CONTROLLER) in OutputPort()
|
/dports/net/ryu/ryu-4.26/ryu/tests/unit/ofproto/ |
H A D | test_ofproto_v12.py | 85 eq_(OFPP_CONTROLLER, 0xfffffffd)
|
/dports/net/ryu/ryu-4.26/ryu/tests/switch/ |
H A D | tester.py | 610 out_port=datapath.dp.ofproto.OFPP_CONTROLLER) 1286 data=data, in_port=ofp.OFPP_CONTROLLER, actions=actions)
|