FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Data Fields | |
fib_test_rep_bucket_type_t | type |
union { | |
struct { | |
mpls_eos_bit_t eos | |
mpls_label_t label | |
u8 ttl | |
adj_index_t adj | |
} label_o_adj | |
struct { | |
adj_index_t adj | |
} adj | |
}; | |
Definition at line 96 of file fib_test.h.
union { ... } |
adj_index_t fib_test_rep_bucket_t_::adj |
Definition at line 106 of file fib_test.h.
struct { ... } fib_test_rep_bucket_t_::adj |
mpls_eos_bit_t fib_test_rep_bucket_t_::eos |
Definition at line 103 of file fib_test.h.
mpls_label_t fib_test_rep_bucket_t_::label |
Definition at line 104 of file fib_test.h.
struct { ... } fib_test_rep_bucket_t_::label_o_adj |
u8 fib_test_rep_bucket_t_::ttl |
Definition at line 105 of file fib_test.h.
fib_test_rep_bucket_type_t fib_test_rep_bucket_t_::type |
Definition at line 97 of file fib_test.h.