| 
    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 115 of file network.h.
Referenced by ff_url_join(), get_sockaddr(), tcp_open(), tls_open(), and udp_resolve_host().
| int addrinfo::ai_family | 
Definition at line 116 of file network.h.
Referenced by resolve_host(), sap_write_header(), sctp_open(), tcp_open(), and udp_resolve_host().
| int addrinfo::ai_socktype | 
Definition at line 117 of file network.h.
Referenced by sctp_open(), tcp_open(), and udp_resolve_host().
| int addrinfo::ai_addrlen | 
Definition at line 119 of file network.h.
Referenced by sctp_open(), udp_set_multicast_sources(), and udp_set_url().
| struct sockaddr* addrinfo::ai_addr | 
Definition at line 120 of file network.h.
Referenced by resolve_host(), sctp_open(), udp_set_multicast_sources(), and udp_set_url().
| struct addrinfo* addrinfo::ai_next | 
Definition at line 122 of file network.h.
Referenced by resolve_host(), and udp_socket_create().
 1.8.2