Lines Matching refs:dhcp_config
497 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr) in config_find_by_address()
499 struct dhcp_config *config; in config_find_by_address()
640 static int is_addr_in_context(struct dhcp_context *context, struct dhcp_config *config) in is_addr_in_context()
653 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type) in config_has_mac()
667 struct dhcp_config *find_config(struct dhcp_config *configs, in find_config()
674 struct dhcp_config *config, *candidate; in find_config()
731 struct dhcp_config **up, *tmp; in dhcp_read_ethers()
732 struct dhcp_config *config; in dhcp_read_ethers()
840 if (!(config = whine_malloc(sizeof(struct dhcp_config)))) in dhcp_read_ethers()
890 struct dhcp_config *configs, *cp; in check_dhcp_hosts()
917 void dhcp_update_configs(struct dhcp_config *configs) in dhcp_update_configs()
926 struct dhcp_config *config; in dhcp_update_configs()