Go to the source code of this file.
◆ DHCP_FLAG_BROADCAST
#define DHCP_FLAG_BROADCAST (1<<15) |
◆ DHCP_MAGIC
#define DHCP_MAGIC (clib_host_to_net_u32(0x63825363)) |
◆ dhcp_packet_option_t
◆ dhcp_packet_option_t_
Enumerator |
---|
DHCP_PACKET_OPTION_MSG_TYPE | |
DHCP_PACKET_OPTION_END | |
Definition at line 67 of file dhcp4_packet.h.
◆ dhcp_packet_type_t
Enumerator |
---|
DHCP_PACKET_DISCOVER | |
DHCP_PACKET_OFFER | |
DHCP_PACKET_REQUEST | |
DHCP_PACKET_ACK | |
DHCP_PACKET_NAK | |
Definition at line 56 of file dhcp4_packet.h.
◆ format_dhcp_header()
u8* format_dhcp_header |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |
◆ format_dhcp_packet_type()
u8* format_dhcp_packet_type |
( |
u8 * |
s, |
|
|
va_list * |
args |
|
) |
| |