Home
last modified time | relevance | path

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

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