Searched refs:config_has_mac (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 586 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type) in config_has_mac() function 629 if (config_has_mac(config, hwaddr, hw_len, hw_type) && in find_config()
|
D | dnsmasq.h | 768 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type);
|
D | rfc2131.c | 901 !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()
|