| FFmpeg
    | 
#include <network.h>
| Data Fields | |
| int | ai_flags | 
| int | ai_family | 
| int | ai_socktype | 
| int | ai_protocol | 
| int | ai_addrlen | 
| struct sockaddr * | ai_addr | 
| char * | ai_canonname | 
| struct addrinfo * | ai_next | 
| int addrinfo::ai_flags | 
Definition at line 138 of file network.h.
Referenced by ff_ip_resolve_host(), ff_tls_open_underlying(), ff_url_join(), get_sockaddr(), libsrt_setup(), and tcp_open().
| int addrinfo::ai_family | 
Definition at line 139 of file network.h.
Referenced by customize_fd(), ff_ip_resolve_host(), interleave_addrinfo(), libsrt_setup(), sap_write_header(), sctp_open(), start_connect_attempt(), tcp_open(), and udp_socket_create().
| int addrinfo::ai_socktype | 
Definition at line 140 of file network.h.
Referenced by customize_fd(), ff_ip_resolve_host(), libsrt_setup(), sctp_open(), start_connect_attempt(), and tcp_open().
| int addrinfo::ai_protocol | 
Definition at line 141 of file network.h.
Referenced by start_connect_attempt().
| int addrinfo::ai_addrlen | 
Definition at line 142 of file network.h.
Referenced by ff_connect_parallel(), ip_parse_addr_list(), print_address_list(), sctp_open(), start_connect_attempt(), udp_set_url(), and udp_socket_create().
| struct sockaddr* addrinfo::ai_addr | 
Definition at line 143 of file network.h.
Referenced by ff_connect_parallel(), ip_parse_addr_list(), print_address_list(), sctp_open(), start_connect_attempt(), udp_set_url(), and udp_socket_create().
| struct addrinfo* addrinfo::ai_next | 
Definition at line 145 of file network.h.
Referenced by interleave_addrinfo(), print_address_list(), sctp_open(), start_connect_attempt(), and udp_socket_create().
 1.8.17
 1.8.17