Mount Fuji Engine  0.8b
Data Fields
MFAddressInfo Struct Reference

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 MFSocketAddresspAddress
 Pointer to an MFSocketAddress structure. More...
 
MFAddressInfopNext
 Pointer to the next structure in a linked list. More...
 

Detailed Description

The MFAddressInfo structure is used by MFSockets_GetAddressInfo() to hold host address information.


The documentation for this struct was generated from the following file: