OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ANNOUNCE_NUM
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd/
arp.h
38
#define
ANNOUNCE_NUM
2
arp.c
213
if (++state->claims <
ANNOUNCE_NUM
)
217
iface->name, state->claims,
ANNOUNCE_NUM
, ANNOUNCE_WAIT);
221
iface->name, state->claims,
ANNOUNCE_NUM
);
225
if (state->claims <
ANNOUNCE_NUM
) {
Completed in 601 milliseconds