|
Electroneum
|
#include <portlistingparse.h>

Public Attributes | |
| struct PortMapping * | l_next |
| UNSIGNED_INTEGER | leaseTime |
| unsigned short | externalPort |
| unsigned short | internalPort |
| char | remoteHost [64] |
| char | internalClient [64] |
| char | description [64] |
| char | protocol [4] |
| unsigned char | enabled |
Definition at line 37 of file portlistingparse.h.
| char PortMapping::description[64] |
Definition at line 44 of file portlistingparse.h.
| unsigned char PortMapping::enabled |
Definition at line 46 of file portlistingparse.h.
| unsigned short PortMapping::externalPort |
Definition at line 40 of file portlistingparse.h.
| char PortMapping::internalClient[64] |
Definition at line 43 of file portlistingparse.h.
| unsigned short PortMapping::internalPort |
Definition at line 41 of file portlistingparse.h.
| struct PortMapping* PortMapping::l_next |
Definition at line 38 of file portlistingparse.h.
| UNSIGNED_INTEGER PortMapping::leaseTime |
Definition at line 39 of file portlistingparse.h.
| char PortMapping::protocol[4] |
Definition at line 45 of file portlistingparse.h.
| char PortMapping::remoteHost[64] |
Definition at line 42 of file portlistingparse.h.