Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
HDdhcp-common.c1008 !(ctx->options & DHCPCD_PRIVSEPROOT)) in dhcp_readfile()
1024 !(ctx->options & DHCPCD_PRIVSEPROOT)) in dhcp_writefile()
1039 !(ctx->options & DHCPCD_PRIVSEPROOT)) in dhcp_filemtime()
1054 !(ctx->options & DHCPCD_PRIVSEPROOT)) in dhcp_unlink()
HDif-options.h127 #define DHCPCD_PRIVSEPROOT (1ULL << 63) macro
HDprivsep.c455 ctx->options &= ~DHCPCD_PRIVSEPROOT; in ps_startprocess()
932 !(ctx->options & DHCPCD_PRIVSEPROOT)) in ps_sendpsmmsg()
HDprivsep-root.c684 ctx->options |= DHCPCD_PRIVSEPROOT; in ps_root_startcb()
965 if (ctx->options & DHCPCD_PRIVSEPROOT && in ps_root_stop()
HDif-bsd.c201 if (ctx->options & DHCPCD_PRIVSEPROOT) { in if_opensockets_os()