OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANNOUNCE_WAIT
(Results
1 - 4
of
4
) sorted by null
/external/dhcpcd-6.8.2/
arp.h
36
#define
ANNOUNCE_WAIT
2
arp.c
235
astate->claims, ANNOUNCE_NUM,
ANNOUNCE_WAIT
);
244
eloop_timeout_add_sec(ifp->ctx->eloop,
ANNOUNCE_WAIT
,
281
tv.tv_sec =
ANNOUNCE_WAIT
;
/external/syslinux/core/lwip/src/include/ipv4/lwip/
autoip.h
70
#define
ANNOUNCE_WAIT
2 /* seconds (delay before announcing) */
/external/syslinux/core/lwip/src/core/ipv4/
autoip.c
423
netif->autoip->ttw =
ANNOUNCE_WAIT
* AUTOIP_TICKS_PER_SECOND;
446
/* We are here the first time, so we waited
ANNOUNCE_WAIT
seconds
509
* from beginning to after
ANNOUNCE_WAIT
Completed in 217 milliseconds