Home
last modified time | relevance | path

Searched refs:DHCPCD_DEBUG (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/rump_dhcpclient/
H A Dif-options.h56 #define DHCPCD_DEBUG (1 << 5) macro
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif-options.h70 #define DHCPCD_DEBUG (1ULL << 5) macro
H A Dscript.c474 if (ifo->options & DHCPCD_DEBUG) { in make_env()
H A Ddhcpcd.c2175 if (ctx.options & DHCPCD_DEBUG) in main()
H A Dif-options.c730 ifo->options |= DHCPCD_DEBUG; in parse_option()