aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-04-19 11:28:15 +0200
committerTibor Frank <tifrank@cisco.com>2018-04-19 11:28:15 +0200
commit1265b8792b8edd44407c8073aeba2ca24dc0ad82 (patch)
tree7e704322f930ca221b171d41dcd6e4205764ff93 /resources/libraries
parent98f7c4743d36b03cbe9952ff7e3e60e39f851e2d (diff)
CSIT-1041: Trending dashboard
Change-Id: I175bf9269a9f958dc35d592a2810b7a6f37268a3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/libraries')
0 files changed, 0 insertions, 0 deletions
_port; unformat_function_t unformat_tcp_udp_port; typedef enum format_ip_adjacency_flags_t_ { FORMAT_IP_ADJACENCY_NONE, FORMAT_IP_ADJACENCY_BRIEF = FORMAT_IP_ADJACENCY_NONE, FORMAT_IP_ADJACENCY_DETAIL = (1 << 0), } format_ip_adjacency_flags_t; format_function_t format_ip_adjacency; format_function_t format_ip_adjacency_packet_data; format_function_t format_ip46_address; /* unformat_ip46_address expects arguments (ip46_address_t *, ip46_type_t) * The type argument is used to enforce a particular IP version. */ unformat_function_t unformat_ip46_address; /* IP4 */ /* Parse an IP4 address %d.%d.%d.%d. */ unformat_function_t unformat_ip4_address; /* Parse an IP4 address and mask %d.%d.%d.%d/%d.%d.%d.%d */ unformat_function_t unformat_ip4_address_and_mask; /* Format an IP4 address. */ format_function_t format_ip4_address; format_function_t format_ip4_address_and_length; format_function_t format_ip4_address_and_mask; /* Parse an IP4 header. */ unformat_function_t unformat_ip4_header; /* Format an IP4 header. */ format_function_t format_ip4_header; /* Parse an IP packet matching pattern. */ unformat_function_t unformat_ip4_match; unformat_function_t unformat_pg_ip4_header; /* IP6 */ unformat_function_t unformat_ip6_address; unformat_function_t unformat_ip6_address_and_mask; format_function_t format_ip6_address; format_function_t format_ip6_address_and_length; format_function_t format_ip6_address_and_mask; unformat_function_t unformat_ip6_header; format_function_t format_ip6_header; unformat_function_t unformat_pg_ip6_header; /* Format a TCP/UDP headers. */ format_function_t format_tcp_header, format_udp_header; unformat_function_t unformat_pg_tcp_header, unformat_pg_udp_header; #endif /* included_ip_format_h */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */