Home
last modified time | relevance | path

Searched refs:DHCPCD_AUTH_REQUIRE (Results 1 – 6 of 6) sorted by relevance

/external/dhcpcd-6.8.2/
Dauth.h34 #define DHCPCD_AUTH_REQUIRE (1 << 1) macro
37 #define DHCPCD_AUTH_SENDREQUIRE (DHCPCD_AUTH_SEND | DHCPCD_AUTH_REQUIRE)
Dauth.c148 auth->options & DHCPCD_AUTH_REQUIRE) in dhcp_auth_validate()
Dif-options.c1930 ifo->auth.options &= ~DHCPCD_AUTH_REQUIRE; in parse_option()
2128 ifo->auth.options |= DHCPCD_AUTH_REQUIRE;
Ddhcpcd.c525 ifo->auth.options &= ~DHCPCD_AUTH_REQUIRE; in configure_interface1()
Ddhcp6.c2237 } else if (ifp->options->auth.options & DHCPCD_AUTH_REQUIRE) { in dhcp6_readlease()
2776 } else if (ifo->auth.options & DHCPCD_AUTH_REQUIRE) { in dhcp6_handledata()
Ddhcp.c2873 } else if (ifo->auth.options & DHCPCD_AUTH_REQUIRE) { in dhcp_handledhcp()