#include "uipopt.h"#include "psock.h"Go to the source code of this file.
Data Structures | |
| struct | hello_world_state |
Defines | |
| #define | UIP_APPCALL hello_world_appcall |
Typedefs | |
| typedef struct hello_world_state | uip_tcp_appstate_t |
Functions | |
| void | hello_world_appcall (void) |
| void | hello_world_init (void) |
Variables | |
| struct psock | p |
| #define UIP_APPCALL hello_world_appcall |
Definition at line 25 of file hello-world.h.
| typedef struct hello_world_state uip_tcp_appstate_t |
Definition at line 20 of file hello-world.h.
1.7.1