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

  /external/dnsmasq/src/
rfc2131.c 417 if (match_netid(id_list->list, netid, 0))
464 if ((!id_list->list) || match_netid(id_list->list, netid, 0))
703 if (match_netid(id_list->list, netid, 0))
    [all...]
dhcp.c 451 match_netid(tmp->filter, netids, 1))
505 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int tagnotneeded) function
551 else if (!match_netid(c->filter, netids, pass))
dnsmasq.h 803 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int negonly);int address_allocate(struct dhcp_context *context,

Completed in 35 milliseconds