Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Ddhcpd.c505 char *tkmac, *tkip; in get_staticlease() local
510 if (!(tkmac = strtok((char*)str, " \t"))) { in get_staticlease()
515 infomsg(infomode, "config : static lease : no ip bind to mac %s", tkmac); in get_staticlease()
519 for (count = 0; count < 6; count++, tkmac++) { in get_staticlease()
521 sltmp->mac[count] = strtol(tkmac, &tkmac, 16); in get_staticlease()
522 if (sltmp->mac[count]>255 || sltmp->mac[count]<0 || (*tkmac && *tkmac!=':') || errno) { in get_staticlease()