Searched refs:match_netid (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 417 if (match_netid(id_list->list, netid, 0)) in dhcp_reply() 464 if ((!id_list->list) || match_netid(id_list->list, netid, 0)) in dhcp_reply() 703 if (match_netid(id_list->list, netid, 0)) in dhcp_reply() 1205 if ((!id_list->list) || match_netid(id_list->list, netid, 0)) in dhcp_reply() 1619 if (match_netid(id_list->list, netid, 0)) in dhcp_packet_size() 1765 if (match_netid(tmp->netid, netid, netid ? 0 : 1)) in option_find2() 1856 if (!match_netid(opt->netid, netid, 1)) in prune_vendor_opts() 1902 if (pxe_arch == service->CSA && match_netid(service->netid, netid, 1)) in pxe_opts() 2003 if (match_netid(boot->netid, netid, 0)) in find_boot() 2008 if (match_netid(boot->netid, netid, 1)) in find_boot() [all …]
|
D | dhcp.c | 451 match_netid(tmp->filter, netids, 1)) in address_available() 505 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int tagnotneeded) in match_netid() function 551 else if (!match_netid(c->filter, netids, pass)) in address_allocate()
|
D | dnsmasq.h | 807 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int negonly);int address_allocat…
|