Searched refs:have_config (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 80 #define have_config(config, mask) ((config) && ((config)->flags & (mask))) macro 354 if (have_config(config, CONFIG_DISABLE)) message = _("disabled"); in dhcp_reply() 358 if (have_config(config, CONFIG_NAME)) { in dhcp_reply() 363 if (have_config(config, CONFIG_NETID)) { in dhcp_reply() 389 if (have_config(config, CONFIG_ADDR)) { in dhcp_reply() 435 lease, have_config(config, CONFIG_TIME) ? config->lease_time : 0xffffffff, now); in dhcp_reply() 501 if (have_config(config, CONFIG_NAME)) { in dhcp_reply() 520 if (new && !have_config(new, CONFIG_CLID) && !new->hwaddr) { in dhcp_reply() 531 if (have_config(config, CONFIG_NETID)) { in dhcp_reply() 628 if (have_config(config, CONFIG_NOCLID)) clid = NULL; in dhcp_reply() [all …]
|