Go to the source code of this file.
◆ foreach_mac_address_offset
#define foreach_mac_address_offset |
Value:_(0) \
_(1) \
_(2) \
_(3) \
_(4) \
_(5)
Definition at line 82 of file node.c.
◆ foreach_sample_error
#define foreach_sample_error _(SWAPPED, "Mac swap packets processed") |
◆ VERSION_1
◆ sample_error_t
Enumerator |
---|
DHCP_STAT_UNKNOWN | |
DHCP_STAT_N_STAT | |
SAMPLE_N_ERROR | |
Definition at line 53 of file node.c.
◆ sample_next_t
Enumerator |
---|
SAMPLE_NEXT_INTERFACE_OUTPUT | |
SAMPLE_N_NEXT | |
Definition at line 67 of file node.c.
◆ format_sample_trace()
static u8* format_sample_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ sample_node()
◆ sample_error_strings
char* sample_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_sample_error
Definition at line 61 of file node.c.
◆ sample_node
Initial value:=
{
.name = "sample",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static u8 * format_sample_trace(u8 *s, va_list *args)
static char * sample_error_strings[]
(constructor) VLIB_REGISTER_NODE (sample_node)
Definition at line 603 of file node.c.