#include "global.h"
#include "lwip/tcp.h"
#include "lwip/pbuf.h"
Aller au code source de ce fichier.
Fonctions | |
int | client_init (const unsigned char remote_ip[4], short int remote_port) |
Initialise notre client. | |
Variables | |
static const int | client_close = CLIENT_CLOSE |
|
Initialise notre client. Cette fonction effectue les opérations suivantes :
Définition à la ligne 9 du fichier client_init.c. Références client_close, client_connected(), client_err(), et print(). Référencé par main(). |
|
Définition à la ligne 7 du fichier client_init.c. Référencé par client_init(), et client_poll(). |