Searched refs:TelnetClientLoop (Results 1 – 1 of 1) sorted by relevance
336 STATIC VOID *TelnetClientLoop(VOID *arg) in TelnetClientLoop() function436 if (pthread_create(&tmp, &useAttr, TelnetClientLoop, (VOID *)(UINTPTR)clientFd) != 0) { in TelnetdAcceptClient()