FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Data Fields | |
ip6_address_t | src_address |
ip6_address_t | dst_address |
u16 | src_port |
u16 | dst_port |
u8 | protocol |
u32 | seq_no |
ip6_address_t | next_hop |
u16 | my_address_offset |
u8 * | ioam_rewrite_string |
Definition at line 99 of file ioam_cache.h.
ip6_address_t ioam_cache_entry_t::dst_address |
Definition at line 102 of file ioam_cache.h.
u16 ioam_cache_entry_t::dst_port |
Definition at line 104 of file ioam_cache.h.
u8* ioam_cache_entry_t::ioam_rewrite_string |
Definition at line 109 of file ioam_cache.h.
u16 ioam_cache_entry_t::my_address_offset |
Definition at line 108 of file ioam_cache.h.
ip6_address_t ioam_cache_entry_t::next_hop |
Definition at line 107 of file ioam_cache.h.
u8 ioam_cache_entry_t::protocol |
Definition at line 105 of file ioam_cache.h.
u32 ioam_cache_entry_t::seq_no |
Definition at line 106 of file ioam_cache.h.
ip6_address_t ioam_cache_entry_t::src_address |
Definition at line 101 of file ioam_cache.h.
u16 ioam_cache_entry_t::src_port |
Definition at line 103 of file ioam_cache.h.