FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
nat_reass_ip4_key_t Struct Reference
+ Collaboration diagram for nat_reass_ip4_key_t:

Data Fields

union {
   struct {
      ip4_address_t   src
 
      ip4_address_t   dst
 
      u32   frag_id
 
      u32   proto
 
   } 
 
   u64   as_u64 [2]
 
}; 
 

Detailed Description

Definition at line 37 of file nat_reass.h.

Field Documentation

◆ @538

union { ... }

◆ as_u64

u64 nat_reass_ip4_key_t::as_u64[2]

Definition at line 50 of file nat_reass.h.

◆ dst

ip4_address_t nat_reass_ip4_key_t::dst

Definition at line 44 of file nat_reass.h.

◆ frag_id

u32 nat_reass_ip4_key_t::frag_id

Definition at line 46 of file nat_reass.h.

◆ proto

u32 nat_reass_ip4_key_t::proto

Definition at line 48 of file nat_reass.h.

◆ src

ip4_address_t nat_reass_ip4_key_t::src

Definition at line 43 of file nat_reass.h.


The documentation for this struct was generated from the following file: