Searched refs:CONFIG_FROM_ETHERS (Results 1 – 2 of 2) sorted by relevance
747 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()
465 #define CONFIG_FROM_ETHERS 256 /* entry created by /etc/ethers */ macro