Home
last modified time | relevance | path

Searched refs:config_has_mac (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Ddhcp.c653 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type) in config_has_mac() function
696 if (config_has_mac(config, hwaddr, hw_len, hw_type) && in find_config()
Ddnsmasq.h779 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type);
Drfc2131.c901 !config_has_mac(config, ltmp->hwaddr, ltmp->hwaddr_len, ltmp->hwaddr_type)) in dhcp_reply()
1092 if (config && config_has_mac(config, ltmp->hwaddr, ltmp->hwaddr_len, ltmp->hwaddr_type)) in dhcp_reply()