Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcpd.c1330 static int verifyip_in_lease(uint32_t nip, uint8_t mac[6]) in verifyip_in_lease() function
1439 if (req_nip && (!verifyip_in_lease(req_nip, mac))) nip = req_nip; in getip_from_pool()
1449 if (verifyip_in_lease(nip, mac) < 0) nip = 0; in getip_from_pool()
1467 if (!verifyip_in_lease(nip, mac)) break; in getip_from_pool()