Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-openflow-1.0.c333 #define OFPFC_DELETE_STRICT 0x0004 macro
339 { OFPFC_DELETE_STRICT, "DELETE_STRICT" },
1207 if (command == OFPFC_DELETE || command == OFPFC_DELETE_STRICT) in of10_flow_mod_print()