Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-openflow-1.3.c205 #define OFPP_CONTROLLER 0xfffffffdU macro
215 { OFPP_CONTROLLER, "CONTROLLER" },
H A Dprint-openflow-1.0.c150 #define OFPP_CONTROLLER 0xfffdU macro
160 { OFPP_CONTROLLER, "CONTROLLER" },
1361 if (output_port == OFPP_CONTROLLER) in of10_actions_print()