Mount Fuji Engine
0.8b
|
Address information. More...
Data Fields | |
uint32 | flags |
Flags that indicate options used in the getaddrinfo function. More... | |
MFAddressFamily | family |
Protocol family, such as MFAF_Inet. More... | |
MFSocketType | type |
Socket type, such as MFSockType_Raw, MFSockType_Stream, or MFSockType_Datagram. More... | |
MFSocketProtocol | protocol |
Protocol, such as MFProtocol_TCP or MFProtocol_UDP. More... | |
const char * | pCanonName |
Canonical name for the host. More... | |
const MFSocketAddress * | pAddress |
Pointer to an MFSocketAddress structure. More... | |
MFAddressInfo * | pNext |
Pointer to the next structure in a linked list. More... | |
The MFAddressInfo structure is used by MFSockets_GetAddressInfo() to hold host address information.