Data Fields | |
int | udp_fd |
int | ttl |
int | buffer_size |
int | is_multicast |
int | local_port |
int | reuse_socket |
struct sockaddr_storage | dest_addr |
int | dest_addr_len |
int | is_connected |
int | circular_buffer_size |
AVFifoBuffer * | fifo |
int | circular_buffer_error |
uint8_t | tmp [UDP_MAX_PKT_SIZE+4] |
int | remaining_in_dg |
Definition at line 55 of file udp.c.
struct sockaddr_storage UDPContext::dest_addr [read] |
Definition at line 62 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_close(), udp_open(), udp_socket_create(), and udp_write().
Definition at line 63 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_open(), and udp_write().
Definition at line 64 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_open(), and udp_write().
Definition at line 59 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_close(), and udp_open().
Definition at line 60 of file udp.c.
Referenced by ff_udp_get_local_port(), udp_open(), and udp_socket_create().
uint8_t UDPContext::tmp[UDP_MAX_PKT_SIZE+4] |
int UDPContext::ttl |
Definition at line 56 of file udp.c.
Referenced by ff_udp_set_remote_url(), udp_close(), udp_get_file_handle(), udp_open(), udp_read(), and udp_write().