Definition at line 23 of file hdhomerun_dhcp.c.
Public Attributes | |
| uint8_t | bootp_message_type |
| uint8_t | hardware_type |
| uint8_t | hardware_address_length |
| uint8_t | hops |
| uint32_t | transaction_id |
| uint16_t | seconds_elapsed |
| uint16_t | bootp_flags |
| uint32_t | client_ip |
| uint32_t | your_ip |
| uint32_t | next_server_ip |
| uint32_t | relay_agent_ip |
| uint8_t | client_mac [16] |
| uint8_t | server_host_name [64] |
| uint8_t | boot_file_name [128] |
| uint32_t | magic_cookie |
| uint8_t dhcp_hdr_t::bootp_message_type |
| uint8_t dhcp_hdr_t::hardware_type |
Definition at line 25 of file hdhomerun_dhcp.c.
Definition at line 26 of file hdhomerun_dhcp.c.
| uint8_t dhcp_hdr_t::hops |
Definition at line 27 of file hdhomerun_dhcp.c.
Definition at line 28 of file hdhomerun_dhcp.c.
| uint16_t dhcp_hdr_t::seconds_elapsed |
Definition at line 29 of file hdhomerun_dhcp.c.
| uint16_t dhcp_hdr_t::bootp_flags |
Definition at line 30 of file hdhomerun_dhcp.c.
Definition at line 31 of file hdhomerun_dhcp.c.
Definition at line 34 of file hdhomerun_dhcp.c.
| uint8_t dhcp_hdr_t::client_mac[16] |
Definition at line 35 of file hdhomerun_dhcp.c.
Referenced by hdhomerun_dhcp_recv(), and hdhomerun_dhcp_send().
| uint8_t dhcp_hdr_t::server_host_name[64] |
Definition at line 36 of file hdhomerun_dhcp.c.
| uint8_t dhcp_hdr_t::boot_file_name[128] |
Definition at line 37 of file hdhomerun_dhcp.c.
1.5.5