|
Monero
|
#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <sys/time.h>#include <string.h>#include <unistd.h>#include <syslog.h>#include <errno.h>#include "miniupnpdtypes.h"#include "upnputils.h"#include "asyncsendto.h"
Macros | |
| #define | DEST_IP "239.255.255.250" |
| #define | DEST_PORT 1900 |
Functions | |
| int | test (void) |
| int | main (int argc, char **argv) |
Variables | |
| struct lan_addr_list | lan_addrs |
| int | runtime_flags = 0 |
| time_t | startup_time = 0 |
| #define DEST_IP "239.255.255.250" |
| #define DEST_PORT 1900 |
| int main | ( | int | argc, |
| char ** | argv ) |
| int test | ( | void | ) |
| struct lan_addr_list lan_addrs |
| int runtime_flags = 0 |
| time_t startup_time = 0 |