Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-openflow-1.0.c329 #define OFPFC_DELETE 0x0003U macro
335 { OFPFC_DELETE, "DELETE" },
1517 if (command == OFPFC_DELETE || command == OFPFC_DELETE_STRICT) in of10_flow_mod_print()