#include "libavutil/avutil.h"
#include "network.h"
#include "libavcodec/internal.h"
#include "libavcodec/w32pthreads.h"
Go to the source code of this file.
Defines | |
#define | THREADS (HAVE_PTHREADS || (defined(WIN32) && !defined(__MINGW32CE__))) |
Functions | |
void | ff_tls_init (void) |
void | ff_tls_deinit (void) |
int | ff_network_init (void) |
int | ff_network_wait_fd (int fd, int write) |
void | ff_network_close (void) |
int | ff_is_multicast_address (struct sockaddr *addr) |
Variables | |
int | ff_network_inited_globally |
#define THREADS (HAVE_PTHREADS || (defined(WIN32) && !defined(__MINGW32CE__))) |
int ff_is_multicast_address | ( | struct sockaddr * | addr | ) |
void ff_network_close | ( | void | ) |
Definition at line 149 of file network.c.
Referenced by avformat_network_deinit(), ffurl_close(), rtsp_read_close(), rtsp_write_close(), sap_read_close(), sap_write_close(), and url_alloc_for_protocol().
int ff_network_init | ( | void | ) |
Definition at line 125 of file network.c.
Referenced by avformat_network_init(), sap_read_header(), sap_write_header(), and url_alloc_for_protocol().
int ff_network_wait_fd | ( | int | fd, | |
int | write | |||
) |
Definition at line 140 of file network.c.
Referenced by tcp_read(), tcp_write(), udp_read(), and udp_write().
void ff_tls_deinit | ( | void | ) |
Definition at line 100 of file network.c.
Referenced by avformat_network_deinit(), tls_close(), and tls_open().
void ff_tls_init | ( | void | ) |