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

  /external/dnsmasq/src/
util.c 399 unsigned int *wildcard_mask, int *mac_type)
435 if (wildcard_mask)
436 *wildcard_mask = mask;
dhcp.c 591 if (conf_addr->wildcard_mask == 0 &&
644 if (conf_addr->wildcard_mask != 0 &&
647 (new = memcmp_masked(conf_addr->hwaddr, hwaddr, hw_len, conf_addr->wildcard_mask)) > count)
dnsmasq.h 435 unsigned int wildcard_mask; member in struct:hwaddr_config
467 unsigned int wildcard_mask; member in union:dhcp_opt::__anon18984
707 unsigned int *wildcard_mask, int *mac_type);
option.c 772 parse_hex(comma, new->val, digs, (flags & DHOPT_MATCH) ? &new->u.wildcard_mask : NULL, NULL);
    [all...]
rfc2131.c 617 if (memcmp_masked(o->val, option_ptr(opt, 0), o->len, o->u.wildcard_mask))
    [all...]

Completed in 842 milliseconds