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

/external/dnsmasq/src/
H A Ddhcp.c435 struct dhcp_netid *netids)
456 match_netid(tmp->filter, netids, 1))
465 struct dhcp_netid *netids)
477 if (!(tmp = address_available(context, taddr, netids)))
537 struct dhcp_netid *netids, time_t now)
541 Try to return from contexts which match netids first. */
556 else if (!match_netid(c->filter, netids, pass))
433 address_available(struct dhcp_context *context, struct in_addr taddr, struct dhcp_netid *netids) argument
463 narrow_context(struct dhcp_context *context, struct in_addr taddr, struct dhcp_netid *netids) argument
535 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 80 milliseconds