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

/external/dnsmasq/src/
H A Ddnsmasq.h443 struct dhcp_config { struct
453 struct dhcp_config *next;
629 struct dhcp_config *dhcp_conf;
806 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type);
807 struct dhcp_config *find_config(struct dhcp_config *configs,
812 void dhcp_update_configs(struct dhcp_config *configs);
815 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr);

Completed in 63 milliseconds