Go to the source code of this file.
| int hdhomerun_local_ip_info | ( | struct hdhomerun_local_ip_info_t | ip_info_list[], | |
| int | max_count | |||
| ) |
Definition at line 52 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_discover_sock_detect().
| hdhomerun_sock_t hdhomerun_sock_create_udp | ( | void | ) |
Definition at line 116 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_device_selector_choose_test(), hdhomerun_discover_sock_add(), and hdhomerun_video_create().
| hdhomerun_sock_t hdhomerun_sock_create_tcp | ( | void | ) |
Definition at line 139 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_control_connect_sock(), and hdhomerun_debug_output_message_sock().
| void hdhomerun_sock_destroy | ( | hdhomerun_sock_t | sock | ) |
Definition at line 158 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_control_close_sock(), hdhomerun_debug_close_internal(), hdhomerun_debug_destroy(), hdhomerun_device_selector_choose_test(), hdhomerun_discover_destroy(), hdhomerun_discover_sock_add(), hdhomerun_discover_sock_detect(), hdhomerun_video_create(), and hdhomerun_video_destroy().
| int hdhomerun_sock_getlasterror | ( | void | ) |
Definition at line 163 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_control_connect_sock(), hdhomerun_control_get_local_addr(), hdhomerun_control_recv_sock(), hdhomerun_control_send_sock(), hdhomerun_video_get_local_port(), hdhomerun_video_join_multicast_group(), and hdhomerun_video_leave_multicast_group().
| uint32_t hdhomerun_sock_getsockname_addr | ( | hdhomerun_sock_t | sock | ) |
Definition at line 168 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_control_get_local_addr().
| uint16_t hdhomerun_sock_getsockname_port | ( | hdhomerun_sock_t | sock | ) |
Definition at line 180 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_video_get_local_port().
| uint32_t hdhomerun_sock_getpeername_addr | ( | hdhomerun_sock_t | sock | ) |
Definition at line 192 of file hdhomerun_sock_windows.c.
| uint32_t hdhomerun_sock_getaddrinfo_addr | ( | hdhomerun_sock_t | sock, | |
| const char * | name | |||
| ) |
Definition at line 204 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_debug_output_message_sock().
| bool_t hdhomerun_sock_bind | ( | hdhomerun_sock_t | sock, | |
| uint32_t | local_addr, | |||
| uint16_t | local_port, | |||
| bool_t | allow_reuse | |||
| ) |
Definition at line 224 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_device_selector_choose_test(), hdhomerun_discover_sock_add(), and hdhomerun_video_create().
| bool_t hdhomerun_sock_connect | ( | hdhomerun_sock_t | sock, | |
| uint32_t | remote_addr, | |||
| uint16_t | remote_port, | |||
| uint64_t | timeout | |||
| ) |
Definition at line 242 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_control_connect_sock(), and hdhomerun_debug_output_message_sock().
| static bool_t hdhomerun_sock_wait_for_event | ( | hdhomerun_sock_t | sock, | |
| long | event_type, | |||
| uint64_t | stop_time | |||
| ) | [static] |
Definition at line 285 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_sock_recv(), hdhomerun_sock_recvfrom(), hdhomerun_sock_send(), and hdhomerun_sock_sendto().
| bool_t hdhomerun_sock_send | ( | hdhomerun_sock_t | sock, | |
| const void * | data, | |||
| size_t | length, | |||
| uint64_t | timeout | |||
| ) |
Definition at line 312 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_control_send_sock(), and hdhomerun_debug_output_message_sock().
| bool_t hdhomerun_sock_sendto | ( | hdhomerun_sock_t | sock, | |
| uint32_t | remote_addr, | |||
| uint16_t | remote_port, | |||
| const void * | data, | |||
| size_t | length, | |||
| uint64_t | timeout | |||
| ) |
Definition at line 338 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_discover_send_internal().
| bool_t hdhomerun_sock_recv | ( | hdhomerun_sock_t | sock, | |
| void * | data, | |||
| size_t * | length, | |||
| uint64_t | timeout | |||
| ) |
Definition at line 370 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_control_recv_sock(), and hdhomerun_video_thread_execute().
| bool_t hdhomerun_sock_recvfrom | ( | hdhomerun_sock_t | sock, | |
| uint32_t * | remote_addr, | |||
| uint16_t * | remote_port, | |||
| void * | data, | |||
| size_t * | length, | |||
| uint64_t | timeout | |||
| ) |
Definition at line 391 of file hdhomerun_sock_windows.c.
Referenced by hdhomerun_discover_recv_internal().
1.6.3