Searched refs:match_netid (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 384 if (match_netid(id_list->list, netid, 0)) message = _("ignored"); in dhcp_reply() 421 if ((!id_list->list) || match_netid(id_list->list, netid, 0)) break; in dhcp_reply() 625 if (match_netid(id_list->list, netid, 0)) ignore = 1; in dhcp_reply() 1068 if ((!id_list->list) || match_netid(id_list->list, netid, 0)) break; in dhcp_reply() 1415 if (match_netid(id_list->list, netid, 0)) in dhcp_packet_size() 1536 if (match_netid(tmp->netid, netid, netid ? 0 : 1)) return tmp; in option_find2() 1610 if (!match_netid(opt->netid, netid, 1)) in prune_vendor_opts() 1653 if (pxe_arch == service->CSA && match_netid(service->netid, netid, 1)) { in pxe_opts() 1739 if (match_netid(boot->netid, netid, 0)) break; in find_boot() 1742 if (match_netid(boot->netid, netid, 1)) break; in find_boot() [all …]
|
D | dhcp.c | 342 match_netid(tmp->filter, netids, 1)) in address_available() 388 int match_netid(struct dhcp_netid* check, struct dhcp_netid* pool, int tagnotneeded) { in match_netid() function 423 else if (!match_netid(c->filter, netids, pass)) in address_allocate()
|
D | dnsmasq.h | 754 int match_netid(struct dhcp_netid* check, struct dhcp_netid* pool, int negonly);
|