Home
last modified time | relevance | path

Searched refs:OFP_ACTION_TP_PORT_SIZE (Results 1 – 3 of 3) sorted by relevance

/dports/net/ryu/ryu-4.26/ryu/ofproto/
H A Dofproto_v1_0.py221 OFP_ACTION_TP_PORT_SIZE = 8 variable
222 assert calcsize(OFP_ACTION_TP_PORT_PACK_STR) == OFP_ACTION_TP_PORT_SIZE
H A Dofproto_v1_0_parser.py706 assert len_ == ofproto.OFP_ACTION_TP_PORT_SIZE
715 ofproto.OFP_ACTION_TP_PORT_SIZE)
734 ofproto.OFP_ACTION_TP_PORT_SIZE)
/dports/net/ryu/ryu-4.26/ryu/tests/unit/ofproto/
H A Dtest_parser_v10.py894 len_ = {'buf': b'\x00\x08', 'val': ofproto.OFP_ACTION_TP_PORT_SIZE}
970 len_ = {'buf': b'\x00\x08', 'val': ofproto.OFP_ACTION_TP_PORT_SIZE}