Home
last modified time | relevance | path

Searched refs:DHCPCD_BACKGROUND (Results 1 – 3 of 3) sorted by relevance

/external/dhcpcd-6.8.2/
Dif-options.h78 #define DHCPCD_BACKGROUND (1ULL << 22) macro
Ddhcpcd.c1850 if (ctx.ifc == 1 && !(ctx.options & DHCPCD_BACKGROUND)) in main()
1913 if (ctx.options & DHCPCD_BACKGROUND && dhcpcd_daemonise(&ctx)) in main()
1923 if (!(ctx.options & DHCPCD_BACKGROUND)) { in main()
Dif-options.c714 ifo->options |= DHCPCD_BACKGROUND; in parse_option()