autoip.h File Reference
#include "nip_init.h"
#include "net_if.h"
#include "net/arp.h"
Go to the source code of this file.
Define Documentation
#define NIP_AUTOIP_ANNOUNCE_INTERVAL 2 |
seconds to wait inbetween announcements
Definition at line 44 of file autoip.h.
#define NIP_AUTOIP_ANNOUNCE_NUM 2 |
number of announcements to send
Definition at line 43 of file autoip.h.
#define NIP_AUTOIP_ANNOUNCE_WAIT 2 |
seconds to wait after last probe packet is sent
Definition at line 42 of file autoip.h.
#define NIP_AUTOIP_DEFEND_INTERVAL 10 |
minimum interval between defensive ARPs
Definition at line 47 of file autoip.h.
#define NIP_AUTOIP_MAX_CONFLICTS 10 |
number of conflicts after which to limit probe rate
Definition at line 45 of file autoip.h.
#define NIP_AUTOIP_PROBE_MAX 2 |
max.
seconds to wait in between two probe packets
Definition at line 41 of file autoip.h.
#define NIP_AUTOIP_PROBE_MIN 1 |
min.
seconds to wait in between two probe packets
Definition at line 40 of file autoip.h.
#define NIP_AUTOIP_PROBE_NUM 3 |
number of probes packets to send
Definition at line 39 of file autoip.h.
#define NIP_AUTOIP_PROBE_WAIT 1 |
max.
interval to wait before sending probe packets
Definition at line 38 of file autoip.h.
#define NIP_AUTOIP_RATE_LIMIT_INTERVAL 60 |
rate at which try new addresses after MAX_CONFLICTS conflicts
Definition at line 46 of file autoip.h.
Enumeration Type Documentation
- Enumerator:
-
NIP_AUTOIP_STAT_DISABLED |
|
NIP_AUTOIP_STAT_INIT |
|
NIP_AUTOIP_STAT_PROBE |
|
NIP_AUTOIP_STAT_ANNOUNCE |
|
NIP_AUTOIP_STAT_UP |
|
NIP_AUTOIP_STAT_CONFLICT |
|
Definition at line 50 of file autoip.h.
Function Documentation
void nip_autoip_disp_check |
( |
void |
|
) |
|
Variable Documentation