Searched refs:ofp_table (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/contrib/ |
D | openflow3.py | 42 ofp_table = { 0xfe: "MAX", variable 1251 ByteEnumField("table_id", 0, ofp_table), 2072 ByteEnumField("table_id", 0, ofp_table), 2091 ByteEnumField("table_id", 0, ofp_table), 2137 ByteEnumField("table_id", 0, ofp_table), 2202 ByteEnumField("table_id", 0, ofp_table), 2267 ByteEnumField("table_id", "ALL", ofp_table), 2285 ByteEnumField("table_id", 0, ofp_table), 2346 ByteEnumField("table_id", "ALL", ofp_table), 2386 fields_desc = [ ByteEnumField("table_id", 0, ofp_table), [all …]
|
D | openflow.py | 38 ofp_table = { 0xff: "ALL" } variable 870 ByteEnumField("table_id", "ALL", ofp_table), 940 ByteEnumField("table_id", "ALL", ofp_table),
|