FD.io VPP  v20.01-48-g3e0dafb74
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 413 of file lb.h.

Field Documentation

◆ @66

union { ... }

◆ addr

ip4_address_t lb_snat4_key_t::addr

Definition at line 418 of file lb.h.

◆ as_u64

u64 lb_snat4_key_t::as_u64

Definition at line 423 of file lb.h.

◆ fib_index

u16 lb_snat4_key_t::fib_index

Definition at line 420 of file lb.h.

◆ port

u16 lb_snat4_key_t::port

Definition at line 419 of file lb.h.

◆ protocol

u16 lb_snat4_key_t::protocol

Definition at line 420 of file lb.h.


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