FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
lb_snat4_key_t Struct Reference
+ Collaboration diagram for lb_snat4_key_t:

Data Fields

union {
   struct {
      ip4_address_t   addr
 
      u16   port
 
      u16   protocol:3
 
      u16   fib_index:13
 
   } 
 
   u64   as_u64
 
}; 
 

Detailed Description

Definition at line 361 of file lb.h.

Field Documentation

union { ... }
ip4_address_t lb_snat4_key_t::addr

Definition at line 366 of file lb.h.

u64 lb_snat4_key_t::as_u64

Definition at line 371 of file lb.h.

u16 lb_snat4_key_t::fib_index

Definition at line 368 of file lb.h.

u16 lb_snat4_key_t::port

Definition at line 367 of file lb.h.

u16 lb_snat4_key_t::protocol

Definition at line 368 of file lb.h.


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