Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddhcp.c747 if (config->flags & CONFIG_FROM_ETHERS) in dhcp_read_ethers()
818 if (config && (config->flags & CONFIG_FROM_ETHERS)) in dhcp_read_ethers()
842 config->flags = CONFIG_FROM_ETHERS; in dhcp_read_ethers()
Ddnsmasq.h465 #define CONFIG_FROM_ETHERS 256 /* entry created by /etc/ethers */ macro