FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
format.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum format_ip_adjacency_flags_t_ format_ip_adjacency_flags_t
 

Enumerations

enum  format_ip_adjacency_flags_t_ { FORMAT_IP_ADJACENCY_NONE, FORMAT_IP_ADJACENCY_BRIEF = FORMAT_IP_ADJACENCY_NONE, FORMAT_IP_ADJACENCY_DETAIL = (1 << 0) }
 
enum  ip46_type_t { IP46_TYPE_ANY, IP46_TYPE_IP4, IP46_TYPE_IP6 }
 

Variables

format_function_t format_ip_protocol
 
unformat_function_t unformat_ip_protocol
 
format_function_t format_tcp_udp_port
 
unformat_function_t unformat_tcp_udp_port
 
format_function_t format_ip_adjacency
 
format_function_t format_ip_adjacency_packet_data
 
format_function_t format_ip46_address
 
unformat_function_t unformat_ip46_address
 
unformat_function_t unformat_ip4_address
 
format_function_t format_ip4_address
 
format_function_t format_ip4_address_and_length
 
unformat_function_t unformat_ip4_header
 
format_function_t format_ip4_header
 
unformat_function_t unformat_ip4_match
 
unformat_function_t unformat_pg_ip4_header
 
unformat_function_t unformat_ip6_address
 
format_function_t format_ip6_address
 
format_function_t format_ip6_address_and_length
 
unformat_function_t unformat_ip6_header
 
format_function_t format_ip6_header
 
unformat_function_t unformat_pg_ip6_header
 
format_function_t format_tcp_header
 
format_function_t format_udp_header
 
unformat_function_t unformat_pg_tcp_header
 
unformat_function_t unformat_pg_udp_header
 

Typedef Documentation

Enumeration Type Documentation

Enumerator
FORMAT_IP_ADJACENCY_NONE 
FORMAT_IP_ADJACENCY_BRIEF 
FORMAT_IP_ADJACENCY_DETAIL 

Definition at line 51 of file format.h.

Enumerator
IP46_TYPE_ANY 
IP46_TYPE_IP4 
IP46_TYPE_IP6 

Definition at line 63 of file format.h.

Variable Documentation

format_function_t format_ip46_address

Definition at line 61 of file format.h.

format_function_t format_ip4_address

Definition at line 79 of file format.h.

format_function_t format_ip4_address_and_length

Definition at line 80 of file format.h.

format_function_t format_ip4_header

Definition at line 86 of file format.h.

format_function_t format_ip6_address

Definition at line 95 of file format.h.

format_function_t format_ip6_address_and_length

Definition at line 96 of file format.h.

format_function_t format_ip6_header

Definition at line 98 of file format.h.

format_function_t format_ip_adjacency

Definition at line 58 of file format.h.

format_function_t format_ip_adjacency_packet_data

Definition at line 59 of file format.h.

format_function_t format_ip_protocol

Definition at line 45 of file format.h.

format_function_t format_tcp_header

Definition at line 102 of file format.h.

format_function_t format_tcp_udp_port

Definition at line 48 of file format.h.

format_function_t format_udp_header

Definition at line 102 of file format.h.

unformat_function_t unformat_ip46_address

Definition at line 71 of file format.h.

unformat_function_t unformat_ip4_address

Definition at line 76 of file format.h.

unformat_function_t unformat_ip4_header

Definition at line 83 of file format.h.

unformat_function_t unformat_ip4_match

Definition at line 89 of file format.h.

unformat_function_t unformat_ip6_address

Definition at line 94 of file format.h.

unformat_function_t unformat_ip6_header

Definition at line 97 of file format.h.

unformat_function_t unformat_ip_protocol

Definition at line 46 of file format.h.

unformat_function_t unformat_pg_ip4_header

Definition at line 91 of file format.h.

unformat_function_t unformat_pg_ip6_header

Definition at line 99 of file format.h.

unformat_function_t unformat_pg_tcp_header

Definition at line 104 of file format.h.

unformat_function_t unformat_pg_udp_header

Definition at line 104 of file format.h.

unformat_function_t unformat_tcp_udp_port

Definition at line 49 of file format.h.