|
Monero
|
#include <sys/types.h>#include <sys/time.h>#include <sys/socket.h>#include <net/if.h>#include <net/route.h>#include <syslog.h>#include <signal.h>#include "config.h"#include "../upnputils.h"#include "../upnpglobalvars.h"
Macros | |
| #define | SALIGN (sizeof(long) - 1) |
| #define | SA_RLEN(sa) |
Functions | |
| int | OpenAndConfInterfaceWatchSocket (void) |
| void | ProcessInterfaceWatchNotify (int s) |
Variables | |
| volatile sig_atomic_t | should_send_public_address_change_notif |
| #define SA_RLEN | ( | sa | ) |
| #define SALIGN (sizeof(long) - 1) |
| int OpenAndConfInterfaceWatchSocket | ( | void | ) |
| void ProcessInterfaceWatchNotify | ( | int | s | ) |
|
extern |