Searched refs:CONFIG_FROM_ETHERS (Results 1 – 2 of 2) sorted by relevance
742 if (config->flags & CONFIG_FROM_ETHERS) in dhcp_read_ethers()813 if (config && (config->flags & CONFIG_FROM_ETHERS)) in dhcp_read_ethers()837 config->flags = CONFIG_FROM_ETHERS; in dhcp_read_ethers()
465 #define CONFIG_FROM_ETHERS 256 /* entry created by /etc/ethers */ macro