Go to the source code of this file.
◆ foreach_dhcp_client_detect
#define foreach_dhcp_client_detect _(EXTRACT, "Extract") |
◆ dhcp_client_detect_trace_t
◆ dhcp_client_detect_error_t
◆ dhcp_client_detect_next_t
◆ dhcp_client_detect_node()
◆ format_dhcp_client_detect_trace()
static u8* format_dhcp_client_detect_trace |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
|
static |
◆ VNET_FEATURE_INIT()
VNET_FEATURE_INIT |
( |
ip4_dvr_reinject_feat_node |
, |
|
|
static |
|
|
) |
| |
◆ dhcp_client_detect_error_strings
char* dhcp_client_detect_error_strings[] |
|
static |
Initial value:= {
#define _(sym,string)
}
#define foreach_dhcp_client_detect
Definition at line 32 of file dhcp_client_detect.c.
◆ dhcp_client_detect_node
Initial value:= {
.name = "ip4-dhcp-client-detect",
.vector_size =
sizeof (
u32),
.next_nodes = {
[DHCP_CLIENT_DETECT_NEXT_EXTRACT] = "ip4-udp-lookup",
},
}
static u8 * format_dhcp_client_detect_trace(u8 *s, va_list *args)
static char * dhcp_client_detect_error_strings[]
(constructor) VLIB_REGISTER_NODE (dhcp_client_detect_node)
Definition at line 290 of file dhcp_client_detect.c.