Searched refs:tkmac (Results 1 – 1 of 1) sorted by relevance
659 char *tkmac, *tkip; in get_staticlease() local664 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()