OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCPCD_GATEWAY
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
if-options.h
54
#define
DHCPCD_GATEWAY
(1ULL << 3)
configure.c
484
!(rt->iface->state->options->options &
DHCPCD_GATEWAY
))
510
!(nrt->iface->state->options->options &
DHCPCD_GATEWAY
))
if-options.c
579
ifo->options &= ~
DHCPCD_GATEWAY
;
797
ifo->options |=
DHCPCD_GATEWAY
| DHCPCD_DAEMONISE | DHCPCD_LINK;
Completed in 21 milliseconds