Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddhcp.c507 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()
Ddnsmasq.h757 int config_has_mac(struct dhcp_config* config, unsigned char* hwaddr, int len, int type);
Drfc2131.c799 … !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()