Home
last modified time | relevance | path

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

/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-openflow-1.3.c511 #define OFPPMFC_BAD_PORT 0U macro
517 { OFPPMFC_BAD_PORT, "BAD_PORT" },
H A Dprint-openflow-1.0.c508 #define OFPPMFC_BAD_PORT 0x0000U macro
511 { OFPPMFC_BAD_PORT, "BAD_PORT" },
/dports/net/ryu/ryu-4.26/ryu/ofproto/
H A Dofproto_v1_0.py368 OFPPMFC_BAD_PORT = 0 # Specified port does not exist. variable
H A Dofproto_v1_2.py723 OFPPMFC_BAD_PORT = 0 # Specified port does not exist. variable
H A Dofproto_v1_3.py1044 OFPPMFC_BAD_PORT = 0 # Specified port does not exist. variable
H A Dofproto_v1_4.py839 OFPPMFC_BAD_PORT = 0 # Specified port does not exist. variable
H A Dofproto_v1_5.py1004 OFPPMFC_BAD_PORT = 0 # Specified port does not exist. variable
/dports/net/ryu/ryu-4.26/ryu/tests/unit/ofproto/
H A Dtest_ofproto_v12.py614 eq_(OFPPMFC_BAD_PORT, 0)
H A Dtest_parser_v12.py668 code = ofproto.OFPPMFC_BAD_PORT
1148 ofproto.OFPPMFC_BAD_PORT)