Searched refs:netids (Results 1 – 3 of 3) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 430 struct dhcp_netid *netids) in address_available() argument 451 match_netid(tmp->filter, netids, 1)) in address_available() 460 struct dhcp_netid *netids) in narrow_context() argument 472 if (!(tmp = address_available(context, taddr, netids))) in narrow_context() 532 struct dhcp_netid *netids, time_t now) in address_allocate() argument 551 else if (!match_netid(c->filter, netids, pass)) in address_allocate()
|
D | dnsmasq.h | 802 struct dhcp_netid *netids); 805 struct dhcp_netid *netids); 808 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
|