Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcpd.c1308 static_lease6 *sls6; in verifyip6_in_lease() local
1319 for (sls6 = gstate.leases.sleases6; sls6; sls6 = sls6->next) in verifyip6_in_lease()
1320 if (memcmp(sls6->nip6, nip6, sizeof(uint32_t)*4)==0) return -2; in verifyip6_in_lease()
1483 static_lease6 *sls6 = gstate.leases.sleases6; in getip6_from_pool() local
1503 while(sls6) { in getip6_from_pool()
1504 if(!memcmp(sls6->duid, duid, 6)) { in getip6_from_pool()
1505 memcpy(nip6, sls6->nip6, sizeof(nip6)); in getip6_from_pool()
1508 sls6 = sls6->next; in getip6_from_pool()