HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_config (Results 1 - 5 of 5) sorted by null

  /external/dnsmasq/src/
dhcp.c 492 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr)
494 struct dhcp_config *config;
635 static int is_addr_in_context(struct dhcp_context *context, struct dhcp_config *config)
648 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type)
662 struct dhcp_config *find_config(struct dhcp_config *configs,
669 struct dhcp_config *config, *candidate;
726 struct dhcp_config **up, *tmp;
727 struct dhcp_config *config
    [all...]
dnsmasq.h 443 struct dhcp_config { struct
453 struct dhcp_config *next;
629 struct dhcp_config *dhcp_conf;
807 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type);
808 struct dhcp_config *find_config(struct dhcp_config *configs,
813 void dhcp_update_configs(struct dhcp_config *configs);
816 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr);
rfc2131.c 86 static unsigned int calc_time(struct dhcp_context *context, struct dhcp_config *config, unsigned char *opt);
138 struct dhcp_config *config;
581 struct dhcp_config *new = find_config(daemon->dhcp_conf, context, NULL, 0,
    [all...]
lease.c 150 struct dhcp_config *config;
option.c     [all...]

Completed in 46 milliseconds