|
Odamex
Setting the Standard in Multiplayer Doom
|
#include <portlistingparse.h>
Public Member Functions | |
| LIST_ENTRY (PortMapping) entries | |
Data Fields | |
| UNSIGNED_INTEGER | leaseTime |
| unsigned short | externalPort |
| unsigned short | internalPort |
| char | remoteHost [64] |
| char | internalClient [64] |
| char | description [64] |
| char | protocol [4] |
| unsigned char | enabled |
| PortMapping::LIST_ENTRY | ( | PortMapping | ) |
| char PortMapping::description[64] |
| unsigned char PortMapping::enabled |
| unsigned short PortMapping::externalPort |
| char PortMapping::internalClient[64] |
| unsigned short PortMapping::internalPort |
| UNSIGNED_INTEGER PortMapping::leaseTime |
| char PortMapping::protocol[4] |
| char PortMapping::remoteHost[64] |