Searched refs:ND_ICHECKMSG_U (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-openflow-1.0.c | 1090 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 D | print-ip.c | 341 ND_ICHECKMSG_U("version", IP_V(ip), !=, 4); in ip_print() 357 ND_ICHECKMSG_U("total length", len, <, hlen); in ip_print()
|
H A D | print-openflow-1.3.c | 858 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 D | print-ip6.c | 248 ND_ICHECKMSG_U("version", IP6_VERSION(ip6), !=, 6); in ip6_print()
|
H A D | netdissect.h | 400 #define ND_ICHECKMSG_U(message, expression_1, operator, expression_2) \ macro 411 ND_ICHECKMSG_U((#expression_1), (expression_1), operator, (expression_2))
|
H A D | CHANGES | 24 ND_ICHECKMSG_U() to print an invalid version.
|