Searched refs:OFP_PORT_MOD_PACK_STR (Results 1 – 12 of 12) sorted by relevance
/dports/net/ryu/ryu-4.26/ryu/ofproto/ |
H A D | ofproto_v1_0.py | 163 OFP_PORT_MOD_PACK_STR = '!H' + OFP_ETH_ALEN_STR + 'sIII4x' variable 165 assert calcsize(OFP_PORT_MOD_PACK_STR) + OFP_HEADER_SIZE == OFP_PORT_MOD_SIZE
|
H A D | ofproto_v1_2.py | 385 OFP_PORT_MOD_PACK_STR = '!I4x' + OFP_ETH_ALEN_STR + 's' + '2xIII4x' variable 387 assert calcsize(OFP_PORT_MOD_PACK_STR) + OFP_HEADER_SIZE == OFP_PORT_MOD_SIZE
|
H A D | ofproto_v1_3.py | 409 OFP_PORT_MOD_PACK_STR = '!I4x' + OFP_ETH_ALEN_STR + 's2xIII4x' variable 411 assert (calcsize(OFP_PORT_MOD_PACK_STR) + OFP_HEADER_SIZE ==
|
H A D | ofproto_v1_4.py | 302 OFP_PORT_MOD_PACK_STR = '!I4x' + OFP_ETH_ALEN_STR + 's2xII' variable 304 assert (calcsize(OFP_PORT_MOD_PACK_STR) + OFP_HEADER_SIZE ==
|
H A D | ofproto_v1_5.py | 321 OFP_PORT_MOD_PACK_STR = '!I4x' + OFP_ETH_ALEN_STR + 's2xII' variable 323 assert (calcsize(OFP_PORT_MOD_PACK_STR) + OFP_HEADER_SIZE ==
|
H A D | ofproto_v1_0_parser.py | 2908 msg_pack_into(ofproto.OFP_PORT_MOD_PACK_STR,
|
H A D | ofproto_v1_2_parser.py | 1924 msg_pack_into(ofproto.OFP_PORT_MOD_PACK_STR, self.buf,
|
H A D | ofproto_v1_4_parser.py | 5389 msg_pack_into(ofproto.OFP_PORT_MOD_PACK_STR, self.buf,
|
H A D | ofproto_v1_5_parser.py | 6408 msg_pack_into(ofproto.OFP_PORT_MOD_PACK_STR, self.buf,
|
H A D | ofproto_v1_3_parser.py | 3770 msg_pack_into(ofproto.OFP_PORT_MOD_PACK_STR, self.buf,
|
/dports/net/ryu/ryu-4.26/ryu/tests/unit/ofproto/ |
H A D | test_ofproto_v12.py | 354 eq_(OFP_PORT_MOD_PACK_STR, '!I4x6s2xIII4x')
|
H A D | test_parser_v12.py | 4074 + ofproto.OFP_PORT_MOD_PACK_STR.replace('!', '')
|