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

  /external/dnsmasq/src/
dhcp.c 648 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type) function
691 if (config_has_mac(config, hwaddr, hw_len, hw_type) &&
dnsmasq.h 806 int config_has_mac(struct dhcp_config *config, unsigned char *hwaddr, int len, int type);
rfc2131.c 901 !config_has_mac(config, ltmp->hwaddr, ltmp->hwaddr_len, ltmp->hwaddr_type))
    [all...]

Completed in 74 milliseconds