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

  /external/dnsmasq/src/
util.c 370 unsigned int *wildcard_mask, int *mac_type)
406 if (wildcard_mask)
407 *wildcard_mask = mask;
dhcp.c 653 if (conf_addr->wildcard_mask == 0 &&
706 if (conf_addr->wildcard_mask != 0 &&
709 (new = memcmp_masked(conf_addr->hwaddr, hwaddr, hw_len, conf_addr->wildcard_mask)) > count)
826 conf_addr->wildcard_mask == 0 &&
864 config->hwaddr->wildcard_mask = 0;
dnsmasq.h 439 unsigned int wildcard_mask; member in struct:hwaddr_config
472 unsigned int wildcard_mask; member in union:dhcp_opt::__anon6095
746 unsigned int *wildcard_mask, int *mac_type);
option.c 799 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 294 milliseconds