Lines Matching refs:ep
739 const u_char *cp, const u_char *ep, const u_int len) in of10_data_print() argument
752 return ep; in of10_data_print()
757 const u_char *cp, const u_char *ep, const u_int len) in of10_bsn_message_print() argument
899 if (fn_printn(ndo, cp, len - 8, ep)) { in of10_bsn_message_print()
920 if (fn_printn(ndo, cp, len - 4, ep)) { in of10_bsn_message_print()
957 return ep; in of10_bsn_message_print()
962 const u_char *cp, const u_char *ep, const u_int len) in of10_bsn_actions_print() argument
1031 return ep; in of10_bsn_actions_print()
1036 const u_char *cp, const u_char *ep, const u_int len) in of10_vendor_action_print() argument
1052 return decoder(ndo, cp, ep, len - 4); in of10_vendor_action_print()
1060 return ep; in of10_vendor_action_print()
1065 const u_char *cp, const u_char *ep, const u_int len) in of10_vendor_message_print() argument
1081 return decoder(ndo, cp, ep, len - 4); in of10_vendor_message_print()
1089 return ep; in of10_vendor_message_print()
1095 const u_char *cp, const u_char *ep, const u_int len) in of10_vendor_data_print() argument
1107 return of10_data_print(ndo, cp, ep, len - 4); in of10_vendor_data_print()
1115 return ep; in of10_vendor_data_print()
1120 const u_char *cp, const u_char *ep, const u_int len) in of10_packet_data_print() argument
1137 return ep; in of10_packet_data_print()
1143 const u_char *cp, const u_char *ep, u_int len) in of10_phy_ports_print() argument
1212 return ep; in of10_phy_ports_print()
1218 const u_char *cp, const u_char *ep, u_int len) in of10_queue_props_print() argument
1288 return ep; in of10_queue_props_print()
1294 const u_char *cp, const u_char *ep, u_int len) in of10_queues_print() argument
1323 if (ep == (cp = of10_queue_props_print(ndo, cp, ep, desclen - OF_PACKET_QUEUE_LEN))) in of10_queues_print()
1324 return ep; /* end of snapshot */ in of10_queues_print()
1336 return ep; in of10_queues_print()
1342 const char *pfx, const u_char *cp, const u_char *ep) in of10_match_print() argument
1440 return ep; in of10_match_print()
1446 const char *pfx, const u_char *cp, const u_char *ep, in of10_actions_print() argument
1587 if (ep == (cp = of10_vendor_action_print(ndo, cp, ep, alen - 4))) in of10_actions_print()
1588 return ep; /* end of snapshot */ in of10_actions_print()
1607 return ep; in of10_actions_print()
1613 const u_char *cp, const u_char *ep, const u_int len) in of10_features_reply_print() argument
1641 return of10_phy_ports_print(ndo, cp, ep, len - OF_SWITCH_FEATURES_LEN); in of10_features_reply_print()
1645 return ep; in of10_features_reply_print()
1651 const u_char *cp, const u_char *ep, const u_int len) in of10_flow_mod_print() argument
1656 if (ep == (cp = of10_match_print(ndo, "\n\t ", cp, ep))) in of10_flow_mod_print()
1657 return ep; /* end of snapshot */ in of10_flow_mod_print()
1699 return of10_actions_print(ndo, "\n\t ", cp, ep, len - OF_FLOW_MOD_LEN); in of10_flow_mod_print()
1703 return ep; in of10_flow_mod_print()
1709 const u_char *cp, const u_char *ep) in of10_port_mod_print() argument
1740 return ep; in of10_port_mod_print()
1746 const u_char *cp, const u_char *ep, u_int len) in of10_stats_request_print() argument
1776 if (ep == (cp = of10_match_print(ndo, "\n\t ", cp, ep))) in of10_stats_request_print()
1777 return ep; /* end of snapshot */ in of10_stats_request_print()
1814 return of10_vendor_data_print(ndo, cp, ep, len); in of10_stats_request_print()
1824 return ep; in of10_stats_request_print()
1830 const u_char *cp, const u_char *ep, const u_int len) in of10_desc_stats_reply_print() argument
1871 return ep; in of10_desc_stats_reply_print()
1877 const u_char *cp, const u_char *ep, u_int len) in of10_flow_stats_reply_print() argument
1901 if (ep == (cp = of10_match_print(ndo, "\n\t ", cp, ep))) in of10_flow_stats_reply_print()
1902 return ep; /* end of snapshot */ in of10_flow_stats_reply_print()
1939 if (ep == (cp = of10_actions_print(ndo, "\n\t ", cp, ep, entry_len - OF_FLOW_STATS_LEN))) in of10_flow_stats_reply_print()
1940 return ep; /* end of snapshot */ in of10_flow_stats_reply_print()
1952 return ep; in of10_flow_stats_reply_print()
1958 const u_char *cp, const u_char *ep, in of10_aggregate_stats_reply_print() argument
1985 return ep; in of10_aggregate_stats_reply_print()
1991 const u_char *cp, const u_char *ep, u_int len) in of10_table_stats_reply_print() argument
2044 return ep; in of10_table_stats_reply_print()
2050 const u_char *cp, const u_char *ep, u_int len) in of10_port_stats_reply_print() argument
2129 return ep; in of10_port_stats_reply_print()
2135 const u_char *cp, const u_char *ep, u_int len) in of10_queue_stats_reply_print() argument
2177 return ep; in of10_queue_stats_reply_print()
2183 const u_char *cp, const u_char *ep, const u_int len) in of10_stats_reply_print() argument
2210 return decoder(ndo, cp, ep, len - OF_STATS_REPLY_LEN); in of10_stats_reply_print()
2217 return ep; in of10_stats_reply_print()
2223 const u_char *cp, const u_char *ep, const u_int len) in of10_packet_out_print() argument
2244 if (ep == (cp = of10_actions_print(ndo, "\n\t ", cp, ep, actions_len))) in of10_packet_out_print()
2245 return ep; /* end of snapshot */ in of10_packet_out_print()
2247 return of10_packet_data_print(ndo, cp, ep, len - OF_PACKET_OUT_LEN - actions_len); in of10_packet_out_print()
2255 return ep; in of10_packet_out_print()
2261 const u_char *cp, const u_char *ep, const u_int len) in of10_packet_in_print() argument
2284 return of10_packet_data_print(ndo, cp, ep, len - (OF_PACKET_IN_LEN - 2)); in of10_packet_in_print()
2288 return ep; in of10_packet_in_print()
2294 const u_char *cp, const u_char *ep) in of10_flow_removed_print() argument
2297 if (ep == (cp = of10_match_print(ndo, "\n\t ", cp, ep))) in of10_flow_removed_print()
2298 return ep; /* end of snapshot */ in of10_flow_removed_print()
2342 return ep; in of10_flow_removed_print()
2348 const u_char *cp, const u_char *ep, const u_int len) in of10_error_print() argument
2371 return of10_data_print(ndo, cp, ep, len - OF_ERROR_MSG_LEN); in of10_error_print()
2375 return ep; in of10_error_print()
2380 const u_char *cp, const u_char *ep, const uint8_t type, in of10_header_body_print() argument
2425 return of10_port_mod_print(ndo, cp, ep); in of10_header_body_print()
2443 return of10_flow_removed_print(ndo, cp, ep); in of10_header_body_print()
2457 return of10_phy_ports_print(ndo, cp, ep, OF_PHY_PORT_LEN); in of10_header_body_print()
2465 return of10_features_reply_print(ndo, cp, ep, len); in of10_header_body_print()
2473 return of10_data_print(ndo, cp, ep, len - OF_HEADER_LEN); in of10_header_body_print()
2481 return of10_error_print(ndo, cp, ep, len); in of10_header_body_print()
2488 return of10_vendor_message_print(ndo, cp, ep, len - OF_HEADER_LEN); in of10_header_body_print()
2495 return of10_packet_in_print(ndo, cp, ep, len); in of10_header_body_print()
2505 return of10_stats_request_print(ndo, cp, ep, len); in of10_header_body_print()
2516 return of10_stats_reply_print(ndo, cp, ep, len); in of10_header_body_print()
2524 return of10_packet_out_print(ndo, cp, ep, len); in of10_header_body_print()
2532 return of10_flow_mod_print(ndo, cp, ep, len); in of10_header_body_print()
2548 return of10_queues_print(ndo, cp, ep, len - OF_QUEUE_GET_CONFIG_REPLY_LEN); in of10_header_body_print()
2559 return ep; in of10_header_body_print()