addrinfo Struct Reference
List of all members.Detailed Description
Definition at line 176 of file netsupp.h.
Public Attributes | |
| int | ai_flags |
| int | ai_family |
| int | ai_socktype |
| int | ai_protocol |
| int | ai_addrlen |
| sockaddr * | ai_addr |
| char * | ai_canonname |
| addrinfo * | ai_next |
Member Data Documentation
|
|
Socket address for socket.
|
|
|
Length of socket address.
|
|
|
Canonical name for service location.
|
|
|
Protocol family for socket.
|
|
|
Input flags.
|
|
|
Pointer to next in list.
|
|
|
Protocol for socket.
|
|
|
Socket type.
|
The documentation for this struct was generated from the following file:

