Home
last modified time | relevance | path

Searched refs:address_allocate (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h776 …struct dhcp_netid *check, struct dhcp_netid *pool, int negonly);int address_allocate(struct dhcp_c…
Ddhcp.c535 int address_allocate(struct dhcp_context *context, in address_allocate() function
Drfc2131.c446 if (!address_allocate(context, &mess->yiaddr, mess->chaddr, mess->hlen, netid, now)) in dhcp_reply()
936 else if (!address_allocate(context, &mess->yiaddr, emac, emac_len, netid, now)) in dhcp_reply()