Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-openflow-1.0.c2111 static const struct of_msgtypeinfo of10_msgtypeinfo[OFPT_MAX + 1] = { variable
2297 return type <= OFPT_MAX ? &of10_msgtypeinfo[type] : NULL; in of10_identify_msgtype()