|
Monero
|
#include <sys/types.h>#include <netinet/in.h>#include "config.h"#include "upnpglobalvars.h"#include "upnpdescstrings.h"
Variables | |
| const char * | ext_if_name = 0 |
| const char * | ext_stun_host = 0 |
| uint16_t | ext_stun_port = 0 |
| const char * | use_ext_ip_addr = 0 |
| int | disable_port_forwarding = 0 |
| unsigned long | downstream_bitrate = 0 |
| unsigned long | upstream_bitrate = 0 |
| time_t | startup_time = 0 |
| int | runtime_flags = 0 |
| const char * | pidfilename = "/var/run/miniupnpd.pid" |
| char | uuidvalue_igd [] = "uuid:00000000-0000-0000-0000-000000000000" |
| char | uuidvalue_wan [] = "uuid:00000000-0000-0000-0000-000000000000" |
| char | uuidvalue_wcd [] = "uuid:00000000-0000-0000-0000-000000000000" |
| char | serialnumber [SERIALNUMBER_MAX_LEN] = "00000000" |
| char | modelnumber [MODELNUMBER_MAX_LEN] = "1" |
| char | presentationurl [PRESENTATIONURL_MAX_LEN] |
| struct upnpperm * | upnppermlist = 0 |
| unsigned int | num_upnpperm = 0 |
| unsigned int | nextruletoclean_timestamp = 0 |
| struct lan_addr_list | lan_addrs |
| const char * | minissdpdsocketpath = "/var/run/minissdpd.sock" |
| unsigned int | upnp_bootid = 1 |
| unsigned int | upnp_configid = 1337 |
| int disable_port_forwarding = 0 |
| unsigned long downstream_bitrate = 0 |
| const char* ext_if_name = 0 |
| const char* ext_stun_host = 0 |
| uint16_t ext_stun_port = 0 |
| struct lan_addr_list lan_addrs |
| const char* minissdpdsocketpath = "/var/run/minissdpd.sock" |
| char modelnumber[MODELNUMBER_MAX_LEN] = "1" |
| unsigned int nextruletoclean_timestamp = 0 |
| unsigned int num_upnpperm = 0 |
| const char* pidfilename = "/var/run/miniupnpd.pid" |
| char presentationurl[PRESENTATIONURL_MAX_LEN] |
| int runtime_flags = 0 |
| char serialnumber[SERIALNUMBER_MAX_LEN] = "00000000" |
| time_t startup_time = 0 |
| unsigned int upnp_bootid = 1 |
| unsigned int upnp_configid = 1337 |
| struct upnpperm* upnppermlist = 0 |
| unsigned long upstream_bitrate = 0 |
| const char* use_ext_ip_addr = 0 |
| char uuidvalue_igd[] = "uuid:00000000-0000-0000-0000-000000000000" |
| char uuidvalue_wan[] = "uuid:00000000-0000-0000-0000-000000000000" |
| char uuidvalue_wcd[] = "uuid:00000000-0000-0000-0000-000000000000" |