Searched refs:treply (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/codycam/
H A DFtpClient.cpp466 unsigned char treply[3]; local
470 treply[0] = IAC;
471 treply[1] = DONT;
472 treply[2] = c;
473 fControl->Send(treply, 3);
480 treply[0] = IAC;
481 treply[1] = WONT;
482 treply[2] = c;
483 fControl->Send(treply, 3);

Completed in 36 milliseconds