#include <dhcp.h>
Data Fields | |
uint8_t | type |
uint8_t | valsize |
union { | |
uint8_t msgtype | |
uint8_t ipaddr [4] | |
uint32_t time | |
} | value |
Definition at line 101 of file dhcp.h.
uint8_t nip_dhcp_option::type |
uint8_t nip_dhcp_option::valsize |
uint8_t nip_dhcp_option::msgtype |
uint8_t nip_dhcp_option::ipaddr[4] |
uint32_t nip_dhcp_option::time |
union { ... } nip_dhcp_option::value |
Referenced by nip_dhcp_disp_check().