Searched refs:DHCPCD_AUTH_REQUIRE (Results 1 – 6 of 6) sorted by relevance
34 #define DHCPCD_AUTH_REQUIRE (1 << 1) macro37 #define DHCPCD_AUTH_SENDREQUIRE (DHCPCD_AUTH_SEND | DHCPCD_AUTH_REQUIRE)
148 auth->options & DHCPCD_AUTH_REQUIRE) in dhcp_auth_validate()
1930 ifo->auth.options &= ~DHCPCD_AUTH_REQUIRE; in parse_option()2128 ifo->auth.options |= DHCPCD_AUTH_REQUIRE;
525 ifo->auth.options &= ~DHCPCD_AUTH_REQUIRE; in configure_interface1()
2237 } else if (ifp->options->auth.options & DHCPCD_AUTH_REQUIRE) { in dhcp6_readlease()2776 } else if (ifo->auth.options & DHCPCD_AUTH_REQUIRE) { in dhcp6_handledata()
2873 } else if (ifo->auth.options & DHCPCD_AUTH_REQUIRE) { in dhcp_handledhcp()