#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 |
Definition at line 97 of file network.h.
struct sockaddr* addrinfo::ai_addr [read] |
Definition at line 103 of file network.h.
Referenced by resolve_host(), sctp_open(), and udp_set_url().
char* addrinfo::ai_canonname |
Definition at line 99 of file network.h.
Referenced by resolve_host(), sap_write_header(), sctp_open(), tcp_open(), and udp_resolve_host().
Definition at line 98 of file network.h.
Referenced by ff_url_join(), get_sockaddr(), tls_open(), and udp_resolve_host().
struct addrinfo* addrinfo::ai_next [read] |
Definition at line 100 of file network.h.
Referenced by sctp_open(), tcp_open(), and udp_resolve_host().