|
Electroneum
|

Go to the source code of this file.
Macros | |
| #define | LOGPACKETSMASK 0x0001 |
| #define | SYSUPTIMEMASK 0x0002 |
| #define | CHECKCLIENTIPMASK 0x0008 |
| #define | SECUREMODEMASK 0x0010 |
| #define | ENABLEUPNPMASK 0x0020 |
| #define | SETFLAG(mask) runtime_flags |= mask |
| #define | GETFLAG(mask) (runtime_flags & mask) |
| #define | CLEARFLAG(mask) runtime_flags &= ~mask |
| #define | SERIALNUMBER_MAX_LEN (10) |
| #define | MODELNUMBER_MAX_LEN (48) |
| #define | PRESENTATIONURL_MAX_LEN (64) |
Variables | |
| const char * | ext_if_name |
| const char * | use_ext_ip_addr |
| unsigned long | downstream_bitrate |
| unsigned long | upstream_bitrate |
| time_t | startup_time |
| unsigned long int | min_lifetime |
| unsigned long int | max_lifetime |
| int | runtime_flags |
| const char * | pidfilename |
| char | uuidvalue_igd [] |
| char | uuidvalue_wan [] |
| char | uuidvalue_wcd [] |
| char | serialnumber [] |
| char | modelnumber [] |
| char | presentationurl [] |
| struct upnpperm * | upnppermlist |
| unsigned int | num_upnpperm |
| unsigned int | nextruletoclean_timestamp |
| struct lan_addr_list | lan_addrs |
| const char * | minissdpdsocketpath |
| unsigned int | upnp_bootid |
| unsigned int | upnp_configid |
| #define CHECKCLIENTIPMASK 0x0008 |
Definition at line 50 of file upnpglobalvars.h.
| #define CLEARFLAG | ( | mask | ) | runtime_flags &= ~mask |
Definition at line 74 of file upnpglobalvars.h.
| #define ENABLEUPNPMASK 0x0020 |
Definition at line 53 of file upnpglobalvars.h.
| #define GETFLAG | ( | mask | ) | (runtime_flags & mask) |
Definition at line 73 of file upnpglobalvars.h.
| #define LOGPACKETSMASK 0x0001 |
Definition at line 45 of file upnpglobalvars.h.
| #define MODELNUMBER_MAX_LEN (48) |
Definition at line 85 of file upnpglobalvars.h.
| #define PRESENTATIONURL_MAX_LEN (64) |
Definition at line 88 of file upnpglobalvars.h.
| #define SECUREMODEMASK 0x0010 |
Definition at line 51 of file upnpglobalvars.h.
| #define SERIALNUMBER_MAX_LEN (10) |
Definition at line 82 of file upnpglobalvars.h.
| #define SETFLAG | ( | mask | ) | runtime_flags |= mask |
Definition at line 72 of file upnpglobalvars.h.
| #define SYSUPTIMEMASK 0x0002 |
Definition at line 46 of file upnpglobalvars.h.
| unsigned long downstream_bitrate |
| const char* ext_if_name |
| struct lan_addr_list lan_addrs |
| unsigned long int max_lifetime |
| unsigned long int min_lifetime |
| const char* minissdpdsocketpath |
| char modelnumber[] |
| unsigned int nextruletoclean_timestamp |
| unsigned int num_upnpperm |
| const char* pidfilename |
| char presentationurl[] |
| int runtime_flags |
| char serialnumber[] |
| time_t startup_time |
| unsigned int upnp_bootid |
| unsigned int upnp_configid |
| struct upnpperm* upnppermlist |
| unsigned long upstream_bitrate |
| const char* use_ext_ip_addr |
| char uuidvalue_igd[] |
| char uuidvalue_wan[] |
| char uuidvalue_wcd[] |