Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-openflow-1.0.c1090 ND_ICHECKMSG_U("remaining length", len, <, OF_QUEUE_PROP_MINLEN); in of10_queue_props_print()
1099 ND_ICHECKMSG_U("property length", plen, <, OF_QUEUE_PROP_MINLEN); in of10_queue_props_print()
1100 ND_ICHECKMSG_U("property length", plen, >, len + 4); in of10_queue_props_print()
1156 ND_ICHECKMSG_U("remaining length", len, <, OF_PACKET_QUEUE_MINLEN); in of10_queues_print()
1164 ND_ICHECKMSG_U("prop. desc. length", desclen, <, OF_PACKET_QUEUE_MINLEN); in of10_queues_print()
1165 ND_ICHECKMSG_U("prop. desc. length", desclen, >, len + 6); in of10_queues_print()
1280 ND_ICHECKMSG_U("remaining length", len, <, OF_ACTION_MINLEN); in of10_actions_print()
1457 ND_ICHECKMSG_U("\n\t port def. length", len, <, OF_PHY_PORT_FIXLEN); in of10_features_reply_print()
1703 ND_ICHECKMSG_U("remaining length", len, <, OF_FLOW_STATS_REPLY_MINLEN); in of10_flow_stats_reply_print()
1762 ND_ICHECKMSG_U("remaining length", len, !=, OF_AGGREGATE_STATS_REPLY_FIXLEN); in of10_aggregate_stats_reply_print()
[all …]
H A Dprint-ip.c341 ND_ICHECKMSG_U("version", IP_V(ip), !=, 4); in ip_print()
357 ND_ICHECKMSG_U("total length", len, <, hlen); in ip_print()
H A Dprint-openflow-1.3.c858 ND_ICHECKMSG_U("remaining length", len, <, OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print()
869 ND_ICHECKMSG_U("bitmap length", bmlen, <, OF_HELLO_ELEM_MINSIZE); in of13_hello_elements_print()
870 ND_ICHECKMSG_U("bitmap length", bmlen, >, OF_HELLO_ELEM_MINSIZE + len); in of13_hello_elements_print()
H A Dprint-ip6.c248 ND_ICHECKMSG_U("version", IP6_VERSION(ip6), !=, 6); in ip6_print()
H A Dnetdissect.h400 #define ND_ICHECKMSG_U(message, expression_1, operator, expression_2) \ macro
411 ND_ICHECKMSG_U((#expression_1), (expression_1), operator, (expression_2))
H A DCHANGES24 ND_ICHECKMSG_U() to print an invalid version.