Definition at line 55 of file hdhomerun_discover.c.
Public Attributes | |
| struct hdhomerun_discover_sock_t | socks [HDHOMERUN_DISOCVER_MAX_SOCK_COUNT] |
| unsigned int | sock_count |
| struct hdhomerun_pkt_t | tx_pkt |
| struct hdhomerun_pkt_t | rx_pkt |
struct hdhomerun_discover_sock_t hdhomerun_discover_t::socks[HDHOMERUN_DISOCVER_MAX_SOCK_COUNT] [read] |
Definition at line 56 of file hdhomerun_discover.c.
Referenced by hdhomerun_discover_destroy(), hdhomerun_discover_recv(), hdhomerun_discover_send_target_ip(), hdhomerun_discover_send_wildcard_ip(), and hdhomerun_discover_sock_create().
| unsigned int hdhomerun_discover_t::sock_count |
Definition at line 57 of file hdhomerun_discover.c.
Referenced by hdhomerun_discover_destroy(), hdhomerun_discover_recv(), hdhomerun_discover_send_target_ip(), hdhomerun_discover_send_wildcard_ip(), and hdhomerun_discover_sock_create().
struct hdhomerun_pkt_t hdhomerun_discover_t::tx_pkt [read] |
Definition at line 58 of file hdhomerun_discover.c.
Referenced by hdhomerun_discover_send_internal().
struct hdhomerun_pkt_t hdhomerun_discover_t::rx_pkt [read] |
Definition at line 59 of file hdhomerun_discover.c.
Referenced by hdhomerun_discover_recv_internal().
1.5.5