Go to the source code of this file.
Classes | |
| struct | dhcp_hdr_t |
| struct | hdhomerun_dhcp_t |
Functions | |
| static THREAD_FUNC_PREFIX | hdhomerun_dhcp_thread_execute (void *arg) |
| struct hdhomerun_dhcp_t * | hdhomerun_dhcp_create (uint32_t bind_address) |
| void | hdhomerun_dhcp_destroy (struct hdhomerun_dhcp_t *dhcp) |
| static void | hdhomerun_dhcp_send (struct hdhomerun_dhcp_t *dhcp, uint8_t message_type, struct hdhomerun_pkt_t *pkt) |
| static void | hdhomerun_dhcp_recv (struct hdhomerun_dhcp_t *dhcp, struct hdhomerun_pkt_t *pkt) |
| static THREAD_FUNC_PREFIX hdhomerun_dhcp_thread_execute | ( | void * | arg | ) | [static] |
| struct hdhomerun_dhcp_t* hdhomerun_dhcp_create | ( | uint32_t | bind_address | ) | [read] |
Definition at line 50 of file hdhomerun_dhcp.c.
| void hdhomerun_dhcp_destroy | ( | struct hdhomerun_dhcp_t * | dhcp | ) |
Definition at line 112 of file hdhomerun_dhcp.c.
| static void hdhomerun_dhcp_send | ( | struct hdhomerun_dhcp_t * | dhcp, | |
| uint8_t | message_type, | |||
| struct hdhomerun_pkt_t * | pkt | |||
| ) | [static] |
| static void hdhomerun_dhcp_recv | ( | struct hdhomerun_dhcp_t * | dhcp, | |
| struct hdhomerun_pkt_t * | pkt | |||
| ) | [static] |
1.5.5