Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-openflow-1.0.c555 #define OF_FLOW_STATS_REPLY_MINLEN 88 macro
1703 ND_ICHECKMSG_U("remaining length", len, <, OF_FLOW_STATS_REPLY_MINLEN); in of10_flow_stats_reply_print()
1707 ND_ICHECK_U(entry_len, <, OF_FLOW_STATS_REPLY_MINLEN); in of10_flow_stats_reply_print()
1746 of10_actions_print(ndo, "\n\t ", cp, entry_len - OF_FLOW_STATS_REPLY_MINLEN); in of10_flow_stats_reply_print()
1747 OF_FWD(entry_len - OF_FLOW_STATS_REPLY_MINLEN); in of10_flow_stats_reply_print()