Searched refs:ofp_type (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/contrib/ |
D | openflow.py | 474 ofp_type = { 0: "OFPT_HELLO", variable 500 ByteEnumField("type", 0, ofp_type), 532 ByteEnumField("type", 1, ofp_type), 544 ByteEnumField("type", 1, ofp_type), 563 ByteEnumField("type", 1, ofp_type), 582 ByteEnumField("type", 1, ofp_type), 598 ByteEnumField("type", 1, ofp_type), 610 ByteEnumField("type", 1, ofp_type), 633 ByteEnumField("type", 2, ofp_type), 641 ByteEnumField("type", 3, ofp_type), [all …]
|
D | openflow3.py | 1604 ofp_type = { 0: "OFPT_HELLO", variable 1647 ByteEnumField("type", 0, ofp_type), 1690 ByteEnumField("type", 1, ofp_type), 1702 ByteEnumField("type", 1, ofp_type), 1726 ByteEnumField("type", 1, ofp_type), 1752 ByteEnumField("type", 1, ofp_type), 1771 ByteEnumField("type", 1, ofp_type), 1793 ByteEnumField("type", 1, ofp_type), 1811 ByteEnumField("type", 1, ofp_type), 1836 ByteEnumField("type", 1, ofp_type), [all …]
|