OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DHCPCD_IPV6RS
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
if-options.h
80
#define
DHCPCD_IPV6RS
(1ULL << 31)
dhcpcd.c
790
ifo->options &= ~
DHCPCD_IPV6RS
;
1183
if (options &
DHCPCD_IPV6RS
&& ifo->options &
DHCPCD_IPV6RS
) {
1187
ifo->options &= ~
DHCPCD_IPV6RS
;
[
all
...]
if-options.c
749
ifo->options &= ~
DHCPCD_IPV6RS
;
799
ifo->options |=
DHCPCD_IPV6RS
| DHCPCD_IPV6RA_REQRDNSS;
Completed in 25 milliseconds