Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-openflow-1.0.c333 #define OFPFC_DELETE_STRICT 0x0004U macro
339 { OFPFC_DELETE_STRICT, "DELETE_STRICT" },
1532 if (command == OFPFC_DELETE || command == OFPFC_DELETE_STRICT) in of10_flow_mod_print()