Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals   Related Pages  

addrinfo Struct Reference

#include <addrinfo.h>

Collaboration diagram for addrinfo:

Collaboration graph
[legend]

Data Fields

int ai_flags
int ai_family
int ai_socktype
int ai_protocol
size_t ai_addrlen
char * ai_canonname
sockaddr * ai_addr
addrinfo * ai_next

Field Documentation

int ai_flags
 

Definition at line 95 of file addrinfo.h.

Referenced by check_name(), open_socket_in(), and try_bind_local().

int ai_family
 

Definition at line 96 of file addrinfo.h.

Referenced by check_name(), compare_addrinfo_sockaddr(), open_socket_in(), open_socket_out(), and try_bind_local().

int ai_socktype
 

Definition at line 97 of file addrinfo.h.

Referenced by check_name(), open_socket_in(), open_socket_out(), and try_bind_local().

int ai_protocol
 

Definition at line 98 of file addrinfo.h.

Referenced by open_socket_in(), and open_socket_out().

size_t ai_addrlen
 

Definition at line 99 of file addrinfo.h.

Referenced by open_socket_in(), open_socket_out(), and try_bind_local().

char* ai_canonname
 

Definition at line 100 of file addrinfo.h.

struct sockaddr* ai_addr
 

Definition at line 101 of file addrinfo.h.

Referenced by open_socket_in(), open_socket_out(), and try_bind_local().

struct addrinfo* ai_next
 

Definition at line 102 of file addrinfo.h.

Referenced by check_name(), open_socket_in(), open_socket_out(), and try_bind_local().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 16 12:37:40 2002 for rsync by doxygen1.2.15