sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
network.h File Reference

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)
 

Function Documentation

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)