Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-openflow-1.0.c582 #define OF_QUEUE_PROP_HEADER_LEN 8 macro
1227 if (len < OF_QUEUE_PROP_HEADER_LEN) in of10_queue_props_print()
1239 if (plen < OF_QUEUE_PROP_HEADER_LEN || plen > len) in of10_queue_props_print()
1247 plen_bogus = plen != OF_QUEUE_PROP_HEADER_LEN; in of10_queue_props_print()