Go to the source code of this file.
Classes | |
| struct | hdhomerun_discover_device_t |
Functions | |
| LIBTYPE int | hdhomerun_discover_find_devices_custom (uint32_t target_ip, uint32_t device_type, uint32_t device_id, struct hdhomerun_discover_device_t result_list[], int max_count) |
| LIBTYPE struct hdhomerun_discover_t * | hdhomerun_discover_create (void) |
| LIBTYPE void | hdhomerun_discover_destroy (struct hdhomerun_discover_t *ds) |
| LIBTYPE int | hdhomerun_discover_find_devices (struct hdhomerun_discover_t *ds, uint32_t target_ip, uint32_t device_type, uint32_t device_id, struct hdhomerun_discover_device_t result_list[], int max_count) |
| LIBTYPE bool_t | hdhomerun_discover_validate_device_id (uint32_t device_id) |
| LIBTYPE bool_t | hdhomerun_discover_is_ip_multicast (uint32_t ip_addr) |
| LIBTYPE int hdhomerun_discover_find_devices_custom | ( | uint32_t | target_ip, | |
| uint32_t | device_type, | |||
| uint32_t | device_id, | |||
| struct hdhomerun_discover_device_t | result_list[], | |||
| int | max_count | |||
| ) |
Definition at line 401 of file hdhomerun_discover.c.
Referenced by discover_print(), hdhomerun_control_connect_sock(), and CardUtil::ProbeVideoDevices().
| LIBTYPE struct hdhomerun_discover_t* hdhomerun_discover_create | ( | void | ) | [read] |
Definition at line 89 of file hdhomerun_discover.c.
Referenced by hdhomerun_discover_find_devices_custom().
| LIBTYPE void hdhomerun_discover_destroy | ( | struct hdhomerun_discover_t * | ds | ) |
Definition at line 106 of file hdhomerun_discover.c.
Referenced by hdhomerun_discover_find_devices_custom().
| LIBTYPE int hdhomerun_discover_find_devices | ( | struct hdhomerun_discover_t * | ds, | |
| uint32_t | target_ip, | |||
| uint32_t | device_type, | |||
| uint32_t | device_id, | |||
| struct hdhomerun_discover_device_t | result_list[], | |||
| int | max_count | |||
| ) |
Definition at line 349 of file hdhomerun_discover.c.
Referenced by hdhomerun_discover_find_devices_custom().
Definition at line 418 of file hdhomerun_discover.c.
Referenced by CardUtil::GetHDHRdesc(), and main_internal().
Definition at line 436 of file hdhomerun_discover.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_device_set_device(), and hdhomerun_discover_find_devices_custom().
1.6.3