FD.io VPP  v19.04.2-12-g66b1689
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) }
 

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
 
unformat_function_t unformat_ip4_address_and_mask
 
format_function_t format_ip4_address
 
format_function_t format_ip4_address_and_length
 
format_function_t format_ip4_address_and_mask
 
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
 
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_function_t format_tcp_header
 
format_function_t format_udp_header
 
format_function_t format_sctp_header
 
unformat_function_t unformat_pg_tcp_header
 
unformat_function_t unformat_pg_udp_header
 
unformat_function_t unformat_pg_sctp_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.

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 75 of file format.h.

format_function_t format_ip4_address_and_length

Definition at line 76 of file format.h.

format_function_t format_ip4_address_and_mask

Definition at line 77 of file format.h.

format_function_t format_ip4_header

Definition at line 83 of file format.h.

format_function_t format_ip6_address

Definition at line 93 of file format.h.

format_function_t format_ip6_address_and_length

Definition at line 94 of file format.h.

format_function_t format_ip6_address_and_mask

Definition at line 95 of file format.h.

format_function_t format_ip6_header

Definition at line 97 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_sctp_header

Definition at line 101 of file format.h.

format_function_t format_tcp_header

Definition at line 101 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 101 of file format.h.

unformat_function_t unformat_ip46_address

Definition at line 65 of file format.h.

unformat_function_t unformat_ip4_address

Definition at line 70 of file format.h.

unformat_function_t unformat_ip4_address_and_mask

Definition at line 72 of file format.h.

unformat_function_t unformat_ip4_header

Definition at line 80 of file format.h.

unformat_function_t unformat_ip4_match

Definition at line 86 of file format.h.

unformat_function_t unformat_ip6_address

Definition at line 91 of file format.h.

unformat_function_t unformat_ip6_address_and_mask

Definition at line 92 of file format.h.

unformat_function_t unformat_ip6_header

Definition at line 96 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 88 of file format.h.

unformat_function_t unformat_pg_ip6_header

Definition at line 98 of file format.h.

unformat_function_t unformat_pg_sctp_header

Definition at line 103 of file format.h.

unformat_function_t unformat_pg_tcp_header

Definition at line 103 of file format.h.

unformat_function_t unformat_pg_udp_header

Definition at line 103 of file format.h.

unformat_function_t unformat_tcp_udp_port

Definition at line 49 of file format.h.