Searched refs:ofp_queue (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/contrib/ |
D | openflow.py | 40 ofp_queue = { 0xffffffff: "ALL" } variable 1062 IntEnumField("queue_id", "ALL", ofp_queue) ] 1075 IntEnumField("queue_id", "ALL", ofp_queue),
|
D | openflow3.py | 45 ofp_queue = { 0xffffffff: "ALL" } variable 885 IntEnumField("queue_id", 0, ofp_queue) ] 1515 fields_desc = [ IntEnumField("queue_id", 0, ofp_queue), 2462 IntEnumField("queue_id", "ALL", ofp_queue) ] 2470 IntEnumField("queue_id", 0, ofp_queue),
|