Home
last modified time | relevance | path

Searched refs:dhcp_config (Results 1 – 5 of 5) sorted by relevance

/external/dnsmasq/src/
Ddhcp.c492 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr) in config_find_by_address()
494 struct dhcp_config *config; in config_find_by_address()
635 static int is_addr_in_context(struct dhcp_context *context, struct dhcp_config *config) in is_addr_in_context()
648 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type) in config_has_mac()
662 struct dhcp_config *find_config(struct dhcp_config *configs, in find_config()
669 struct dhcp_config *config, *candidate; in find_config()
726 struct dhcp_config **up, *tmp; in dhcp_read_ethers()
727 struct dhcp_config *config; in dhcp_read_ethers()
835 if (!(config = whine_malloc(sizeof(struct dhcp_config)))) in dhcp_read_ethers()
885 struct dhcp_config *configs, *cp; in check_dhcp_hosts()
[all …]
Ddnsmasq.h443 struct dhcp_config { struct
453 struct dhcp_config *next; argument
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);
Drfc2131.c86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned ch…
138 struct dhcp_config *config; in dhcp_reply()
581 struct dhcp_config *new = find_config(daemon->dhcp_conf, context, NULL, 0, in dhcp_reply()
1052 struct dhcp_config *addr_config; in dhcp_reply()
1337 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned ch… in calc_time()
Dlease.c150 struct dhcp_config *config; in lease_update_from_configs()
Doption.c1799 struct dhcp_config *new; in one_opt()
1802 new = opt_malloc(sizeof(struct dhcp_config)); in one_opt()
2712 struct dhcp_config *configs, *cp, **up; in reread_dhcp()