Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
HDprint-openflow-1.0.c1116 OF_CHK_FWD(4); in of10_queue_props_print()
1137 OF_CHK_FWD(plen - OF_QUEUE_PROP_MINLEN); in of10_queue_props_print()
1150 OF_CHK_FWD(6); in of10_queue_props_print()
1181 OF_CHK_FWD(2); in of10_queues_print()
1350 OF_CHK_FWD(alen - 4); in of10_actions_print()
1373 OF_CHK_FWD(2); in of10_actions_print()
1381 OF_CHK_FWD(3); in of10_actions_print()
1390 OF_CHK_FWD(6); in of10_actions_print()
1404 OF_CHK_FWD(3); in of10_actions_print()
1413 OF_CHK_FWD(2); in of10_actions_print()
[all …]
HDopenflow.h38 #define OF_CHK_FWD(n) { \ macro