Go to the source code of this file.
Enumerator |
---|
DNS46_REQUEST_NEXT_DROP |
|
DNS46_REQUEST_NEXT_IP_LOOKUP |
|
DNS46_REQUEST_NEXT_PUNT |
|
DNS46_REQUEST_N_NEXT |
|
Definition at line 50 of file request_node.c.
static u8* format_dns46_request_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
char* dns46_request_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_dns46_request_error
Definition at line 44 of file request_node.c.
Initial value:=
{
.name = "dns4-request",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword dns4_request_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * dns46_request_error_strings[]
static u8 * format_dns46_request_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (dns4_request_node)
Definition at line 287 of file request_node.c.
Initial value:=
{
.name = "dns6-request",
.vector_size =
sizeof (
u32),
.next_nodes = {
},
}
static uword dns6_request_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
static char * dns46_request_error_strings[]
static u8 * format_dns46_request_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (dns6_request_node)
Definition at line 314 of file request_node.c.