Searched defs:netids (Results 1 - 1 of 1) sorted by relevance

/external/dnsmasq/src/
H A Ddhcp.c430 struct dhcp_netid *netids)
451 match_netid(tmp->filter, netids, 1))
460 struct dhcp_netid *netids)
472 if (!(tmp = address_available(context, taddr, netids)))
532 struct dhcp_netid *netids, time_t now)
536 Try to return from contexts which match netids first. */
551 else if (!match_netid(c->filter, netids, pass))
428 address_available(struct dhcp_context *context, struct in_addr taddr, struct dhcp_netid *netids) argument
458 narrow_context(struct dhcp_context *context, struct in_addr taddr, struct dhcp_netid *netids) argument
530 address_allocate(struct dhcp_context *context, struct in_addr *addrp, unsigned char *hwaddr, int hw_len, struct dhcp_netid *netids, time_t now) argument

Completed in 8379 milliseconds