#include <bootp.h>
Data Fields | |
| uint8_t | bp_op |
| uint8_t | bp_htype |
| uint8_t | bp_hlen |
| uint8_t | bp_hops |
| uint32_t | bp_xid |
| uint16_t | bp_secs |
| uint16_t | unused |
| in_addr | bp_ciaddr |
| in_addr | bp_yiaddr |
| in_addr | bp_siaddr |
| in_addr | bp_giaddr |
| uint8_t | bp_hwaddr [16] |
| uint8_t | bp_sname [64] |
| char | bp_file [128] |
| uint8_t | bp_vend [DHCP_OPT_LEN] |
Definition at line 194 of file bootp.h.
| char bootp_t::bp_file[128] |
| uint8_t bootp_t::bp_vend[DHCP_OPT_LEN] |
1.5.7.1