#include <errno.h>
#include <stdint.h>
#include "config.h"
#include "libavutil/error.h"
#include "os_support.h"
#include "avio.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
Go to the source code of this file.
Definition at line 63 of file network.h.
Referenced by ff_network_wait_fd(), handle_connection(), http_receive_data(), http_send_data(), http_server(), log_net_error(), rtp_read(), sctp_read(), sctp_wait_fd(), sctp_write(), tcp_open(), tcp_read(), tcp_write(), udp_read(), udp_set_multicast_sources(), and udp_write().
Definition at line 156 of file network.h.
Referenced by tcp_open(), and udp_socket_create().
Definition at line 164 of file network.h.
Referenced by ff_url_join(), get_sockaddr(), tls_open(), and udp_set_multicast_sources().
Definition at line 180 of file network.h.
Referenced by udp_port().
Definition at line 194 of file network.h.
Referenced by ff_url_join(), get_sockaddr(), resolve_host(), sap_write_header(), sctp_open(), tcp_open(), tls_open(), and udp_resolve_host().
Definition at line 195 of file network.h.
Referenced by ff_url_join(), get_sockaddr(), resolve_host(), sap_write_header(), sctp_open(), tcp_open(), tls_open(), udp_set_multicast_sources(), udp_set_url(), and udp_socket_create().
Definition at line 196 of file network.h.
Referenced by udp_port().
Definition at line 201 of file network.h.
Referenced by sctp_open(), tcp_open(), udp_port(), and udp_resolve_host().
Definition at line 217 of file network.h.
Referenced by ff_is_multicast_address().
Definition at line 220 of file network.h.
Referenced by ff_is_multicast_address().
Referenced by new_connection(), sctp_open(), socket_open_listen(), tcp_open(), and udp_open().
Definition at line 126 of file network.c.
Referenced by avformat_network_init(), sap_read_header(), sap_write_header(), and url_alloc_for_protocol().
Definition at line 173 of file network.c.
Referenced by avformat_network_deinit(), ffurl_closep(), rtsp_read_close(), rtsp_write_close(), sap_read_close(), sap_write_close(), and url_alloc_for_protocol().
Definition at line 69 of file network.c.
Referenced by avformat_network_init(), and tls_open().
Definition at line 101 of file network.c.
Referenced by avformat_network_deinit(), tls_close(), and tls_open().
Definition at line 144 of file network.c.
Referenced by ff_network_wait_fd_timeout(), udp_read(), and udp_write().
This works similarly to ff_network_wait_fd, but waits up to 'timeout' microseconds Uses ff_network_wait_fd in a loop.
Socket descriptor Set 1 to wait for socket able to be read, 0 to be written Timeout interval, in microseconds. Actual precision is 100000 mcs, due to ff_network_wait_fd usage
Definition at line 153 of file network.c.
Referenced by tcp_read(), and tcp_write().
Referenced by resolve_host().
Definition at line 202 of file network.c.
Referenced by ff_udp_set_remote_url().
Definition at line 124 of file network.c.
Referenced by avformat_network_init().