Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddhcp.c381 if ((config->flags & CONFIG_ADDR) && config->addr.s_addr == addr.s_addr) return config; in config_find_by_address()
500 if (!(config->flags & CONFIG_ADDR)) return 1; in is_addr_in_context()
579 if ((configs->flags & cp->flags & CONFIG_ADDR) && in check_dhcp_hosts()
587 configs->flags &= ~CONFIG_ADDR; in check_dhcp_hosts()
609 if (config->flags & CONFIG_ADDR_HOSTS) config->flags &= ~(CONFIG_ADDR | CONFIG_ADDR_HOSTS); in dhcp_update_configs()
613 if (!(config->flags & CONFIG_ADDR) && (config->flags & CONFIG_NAME) && in dhcp_update_configs()
632 config->flags |= CONFIG_ADDR | CONFIG_ADDR_HOSTS; in dhcp_update_configs()
Drfc2131.c389 if (have_config(config, CONFIG_ADDR)) { in dhcp_reply()
756 … if (have_config(config, CONFIG_ADDR) && config->addr.s_addr == option_addr(opt).s_addr) { in dhcp_reply()
795 if (have_config(config, CONFIG_ADDR)) { in dhcp_reply()
937 if (have_config(config, CONFIG_ADDR)) in dhcp_reply()
950 (!have_config(config, CONFIG_ADDR) || in dhcp_reply()
957 else if (!tmp && !selecting && have_config(config, CONFIG_ADDR) && in dhcp_reply()
Dlease.c148 (!(config->flags & CONFIG_ADDR) || config->addr.s_addr == lease->addr.s_addr)) in lease_update_from_configs()
Ddnsmasq.h457 #define CONFIG_ADDR 32 macro
Doption.c1629 new->flags |= CONFIG_ADDR; in one_opt()