Searched refs:addip_to_lease (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | dhcpd.c | 1353 static int addip_to_lease(uint32_t assigned_nip, uint8_t mac[6], uint32_t *req_exp, char *hostname,… in addip_to_lease() function 1476 if (nip) addip_to_lease(nip, mac, req_exp, hostname, 1); in getip_from_pool() 1564 addip_to_lease(dls->lease_nip, dls->lease_mac, in read_leasefile()
|