WORDSEPS
host = strtok_r(line, WORDSEPS, &lasts);
lladdr = strtok_r(NULL, WORDSEPS, &lasts);
curr = strtok_r(NULL, WORDSEPS, &lasts);