Home
last modified time | relevance | path

Searched refs:OFPBMC_BAD_TAG (Results 1 – 7 of 7) sorted by relevance

/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-openflow-1.3.c431 #define OFPBMC_BAD_TAG 2U macro
444 { OFPBMC_BAD_TAG, "BAD_TAG" },
/dports/net/ryu/ryu-4.26/ryu/ofproto/
H A Dofproto_v1_2.py669 OFPBMC_BAD_TAG = 2 # Match uses an unsupported tag/encap. variable
H A Dofproto_v1_3.py990 OFPBMC_BAD_TAG = 2 # Match uses an unsupported tag/encap. variable
H A Dofproto_v1_4.py781 OFPBMC_BAD_TAG = 2 # Match uses an unsupported tag/encap. variable
H A Dofproto_v1_5.py942 OFPBMC_BAD_TAG = 2 # Match uses an unsupported tag/encap. variable
/dports/net/ryu/ryu-4.26/ryu/tests/unit/ofproto/
H A Dtest_ofproto_v12.py575 eq_(OFPBMC_BAD_TAG, 2)
H A Dtest_parser_v12.py470 code = ofproto.OFPBMC_BAD_TAG
1016 ofproto.OFPBMC_BAD_TAG)