FD.io VPP  v21.06
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
 
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
 
format_function_t format_ip6_frag_hdr
 
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

◆ format_ip_adjacency_flags_t

Enumeration Type Documentation

◆ format_ip_adjacency_flags_t_

Enumerator
FORMAT_IP_ADJACENCY_NONE 
FORMAT_IP_ADJACENCY_BRIEF 
FORMAT_IP_ADJACENCY_DETAIL 

Definition at line 51 of file format.h.

Variable Documentation

◆ format_ip4_address

format_function_t format_ip4_address

Definition at line 73 of file format.h.

◆ format_ip4_address_and_length

format_function_t format_ip4_address_and_length

Definition at line 74 of file format.h.

◆ format_ip4_address_and_mask

format_function_t format_ip4_address_and_mask

Definition at line 75 of file format.h.

◆ format_ip4_header

format_function_t format_ip4_header

Definition at line 81 of file format.h.

◆ format_ip6_address

format_function_t format_ip6_address

Definition at line 91 of file format.h.

◆ format_ip6_address_and_length

format_function_t format_ip6_address_and_length

Definition at line 92 of file format.h.

◆ format_ip6_address_and_mask

format_function_t format_ip6_address_and_mask

Definition at line 93 of file format.h.

◆ format_ip6_frag_hdr

format_function_t format_ip6_frag_hdr

Definition at line 96 of file format.h.

◆ format_ip6_header

format_function_t format_ip6_header

Definition at line 95 of file format.h.

◆ format_ip_adjacency

format_function_t format_ip_adjacency

Definition at line 58 of file format.h.

◆ format_ip_adjacency_packet_data

format_function_t format_ip_adjacency_packet_data

Definition at line 59 of file format.h.

◆ format_ip_protocol

format_function_t format_ip_protocol

Definition at line 45 of file format.h.

◆ format_tcp_header

format_function_t format_tcp_header

Definition at line 100 of file format.h.

◆ format_tcp_udp_port

format_function_t format_tcp_udp_port

Definition at line 48 of file format.h.

◆ format_udp_header

format_function_t format_udp_header

Definition at line 100 of file format.h.

◆ unformat_ip46_address

unformat_function_t unformat_ip46_address

Definition at line 63 of file format.h.

◆ unformat_ip4_address

unformat_function_t unformat_ip4_address

Definition at line 68 of file format.h.

◆ unformat_ip4_address_and_mask

unformat_function_t unformat_ip4_address_and_mask

Definition at line 70 of file format.h.

◆ unformat_ip4_header

unformat_function_t unformat_ip4_header

Definition at line 78 of file format.h.

◆ unformat_ip4_match

unformat_function_t unformat_ip4_match

Definition at line 84 of file format.h.

◆ unformat_ip6_address

unformat_function_t unformat_ip6_address

Definition at line 89 of file format.h.

◆ unformat_ip6_address_and_mask

unformat_function_t unformat_ip6_address_and_mask

Definition at line 90 of file format.h.

◆ unformat_ip6_header

unformat_function_t unformat_ip6_header

Definition at line 94 of file format.h.

◆ unformat_ip_protocol

unformat_function_t unformat_ip_protocol

Definition at line 46 of file format.h.

◆ unformat_pg_ip4_header

unformat_function_t unformat_pg_ip4_header

Definition at line 86 of file format.h.

◆ unformat_pg_ip6_header

unformat_function_t unformat_pg_ip6_header

Definition at line 97 of file format.h.

◆ unformat_pg_tcp_header

unformat_function_t unformat_pg_tcp_header

Definition at line 102 of file format.h.

◆ unformat_pg_udp_header

unformat_function_t unformat_pg_udp_header

Definition at line 102 of file format.h.

◆ unformat_tcp_udp_port

unformat_function_t unformat_tcp_udp_port

Definition at line 49 of file format.h.