|
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) (SA_LEN(sa) ? ((SA_LEN(sa) + SALIGN) & ~SALIGN) : (SALIGN + 1)) |
Functions | |
| int | OpenAndConfInterfaceWatchSocket (void) |
| void | ProcessInterfaceWatchNotify (int s) |
Variables | |
| volatile sig_atomic_t | should_send_public_address_change_notif |
| #define SALIGN (sizeof(long) - 1) |
| int OpenAndConfInterfaceWatchSocket | ( | void | ) |
| void ProcessInterfaceWatchNotify | ( | int | s | ) |
| volatile sig_atomic_t should_send_public_address_change_notif |
1.8.14