Searched refs:netids (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 326 struct dhcp_netid* netids) { in address_available() argument 342 match_netid(tmp->filter, netids, 1)) in address_available() 350 struct dhcp_netid* netids) { in narrow_context() argument 361 if (!(tmp = address_available(context, taddr, netids))) { in narrow_context() 406 int hw_len, struct dhcp_netid* netids, time_t now) { in address_allocate() argument 423 else if (!match_netid(c->filter, netids, pass)) in address_allocate()
|
D | dnsmasq.h | 751 struct dhcp_netid* netids); 753 struct dhcp_netid* netids); 756 int hw_len, struct dhcp_netid* netids, time_t now);
|
/external/dnsmasq/ |
D | CHANGELOG.archive | 976 the netids from dhcp-range, dhcp-host, vendor class and 1874 Applied patch from Brent Cook which allows netids in
|