Home
last modified time | relevance | path

Searched refs:memcmp_masked (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Dutil.c379 int memcmp_masked(unsigned char* a, unsigned char* b, int len, unsigned int mask) { in memcmp_masked() function
Ddnsmasq.h701 int memcmp_masked(unsigned char* a, unsigned char* b, int len, unsigned int mask);
Ddhcp.c557 (new = memcmp_masked(conf_addr->hwaddr, hwaddr, hw_len, in find_config()
Drfc2131.c262 memcmp_masked(mac->hwaddr, mess->chaddr, mess->hlen, mac->mask)) { in dhcp_reply()
547 if (memcmp_masked(o->val, option_ptr(opt, 0), o->len, o->u.wildcard_mask)) matched = 1; in dhcp_reply()