Searched refs:config_has_mac (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 507 int config_has_mac(struct dhcp_config* config, unsigned char* hwaddr, int len, int type) { in config_has_mac() function 542 if (config_has_mac(config, hwaddr, hw_len, hw_type) && is_addr_in_context(context, config)) in find_config()
|
D | dnsmasq.h | 757 int config_has_mac(struct dhcp_config* config, unsigned char* hwaddr, int len, int type);
|
D | rfc2131.c | 799 … !config_has_mac(config, ltmp->hwaddr, ltmp->hwaddr_len, ltmp->hwaddr_type)) { in dhcp_reply() 973 config_has_mac(config, ltmp->hwaddr, ltmp->hwaddr_len, ltmp->hwaddr_type)) { in dhcp_reply()
|