#include "net\stacktsk.h"#include "net\tick.h"#include "net\helpers.h"#include "net\tcp.h"#include "net\arp.h"#include "net\arptsk.h"Defines | |
| #define | SM_TCP_FINISHED 3 |
| #define | SM_TCP_RESOLVED 2 |
| #define | SM_TCP_SEND_ARP 0 |
| #define | SM_TCP_WAIT_RESOLVE 1 |
Functions | |
| void | tcpExample (void) |
Variables | |
| TICK16 | tsecMsgSent = 0 |
| TICK8 | tsecWait = 0 |
| #define SM_TCP_FINISHED 3 |
| #define SM_TCP_RESOLVED 2 |
| #define SM_TCP_SEND_ARP 0 |
| #define SM_TCP_WAIT_RESOLVE 1 |
| void tcpExample | ( | void | ) |
| TICK16 tsecMsgSent = 0 |
1.5.8