Searched refs:match_netid (Results 1 - 3 of 3) sorted by relevance

/external/dnsmasq/src/
H A Drfc2131.c417 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))
1205 if ((!id_list->list) || match_netid(id_list->list, netid, 0))
1619 if (match_netid(id_list->list, netid, 0))
1765 if (match_netid(tmp->netid, netid, netid ? 0 : 1))
1856 if (!match_netid(opt->netid, netid, 1))
1902 if (pxe_arch == service->CSA && match_netid(service->netid, netid, 1))
2003 if (match_netid(boot->netid, netid, 0))
2008 if (match_netid(boo
[all...]
H A Ddhcp.c451 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))
H A Ddnsmasq.h806 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int negonly);int address_allocate(struct dhcp_context *context,

Completed in 114 milliseconds