Definition at line 41 of file hdhomerun_dhcp.c.
Public Attributes | |
| int | sock |
| uint32_t | local_address |
| pthread_t | thread |
| volatile bool_t | terminate |
Definition at line 42 of file hdhomerun_dhcp.c.
Referenced by hdhomerun_dhcp_create(), hdhomerun_dhcp_destroy(), hdhomerun_dhcp_send(), and hdhomerun_dhcp_thread_execute().
Definition at line 43 of file hdhomerun_dhcp.c.
Referenced by hdhomerun_dhcp_create(), and hdhomerun_dhcp_send().
Definition at line 44 of file hdhomerun_dhcp.c.
Referenced by hdhomerun_dhcp_create(), and hdhomerun_dhcp_destroy().
| volatile bool_t hdhomerun_dhcp_t::terminate |
Definition at line 45 of file hdhomerun_dhcp.c.
Referenced by hdhomerun_dhcp_destroy(), and hdhomerun_dhcp_thread_execute().
1.5.5