sketchbook
|
Go to the source code of this file.
Functions | |
char * | getClientIP (void) |
int | getResponce (int clientFd) |
int | setupServer (int serverPort) |
int | sendGreeting (int clientFd) |
int | sendChallenge (int clientFd) |
int | getResponse (int clientFd) |
int | passwordMatch (const char *password) |
void | closeServer (int clientFd) |
void closeServer | ( | int | clientFd | ) |
char* getClientIP | ( | void | ) |
int getResponce | ( | int | clientFd | ) |
int getResponse | ( | int | clientFd | ) |
int passwordMatch | ( | const char * | password | ) |
int sendChallenge | ( | int | clientFd | ) |
int sendGreeting | ( | int | clientFd | ) |
int setupServer | ( | int | serverPort | ) |