Searched defs:dhcp_config (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Ddnsmasq.h445 struct dhcp_config { struct
455 struct dhcp_config *next;
631 struct dhcp_config *dhcp_conf;
809 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type);
810 struct dhcp_config *find_config(struct dhcp_config *configs,
815 void dhcp_update_configs(struct dhcp_config *configs);
818 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr);

Completed in 25 milliseconds