Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Drfc2131.c80 #define have_config(config, mask) ((config) && ((config)->flags & (mask))) macro
383 if (have_config(config, CONFIG_DISABLE)) in dhcp_reply()
388 if (have_config(config, CONFIG_NAME)) in dhcp_reply()
394 if (have_config(config, CONFIG_NETID)) in dhcp_reply()
424 if (have_config(config, CONFIG_ADDR)) in dhcp_reply()
484 have_config(config, CONFIG_TIME) ? config->lease_time : 0xffffffff, in dhcp_reply()
560 if (have_config(config, CONFIG_NAME)) in dhcp_reply()
584 if (new && !have_config(new, CONFIG_CLID) && !new->hwaddr) in dhcp_reply()
596 if (have_config(config, CONFIG_NETID)) in dhcp_reply()
707 if (have_config(config, CONFIG_NOCLID)) in dhcp_reply()
[all …]