![]() |
EVE 1.0
|
#include "net/uip.h"#include "net/uipopt.h"#include "net/uip_arp.h"#include "net/uip_arch.h"#include "net/uip_backlog.h"#include "lib/assert.h"#include "lib/random.h"#include <string.h>
Go to the source code of this file.
Macros | |
| #define | PRINTD(FORMAT, args...) do {} while (0) |
Functions | |
| void | uip_setipid (uint16_t id) |
| void | uip_add32 (uint8_t *op32, uint16_t op16) |
| uint16_t | uip_chksum (uint16_t *data, uint16_t len) |
| uint16_t | uip_ipchksum (void) |
| uint16_t | uip_tcpchksum (void) |
| void | uip_init (void) |
| void | uip_unlisten (uint16_t port) |
| void | uip_listen (uint16_t port) |
| void | uip_process (uint8_t flag) |
| process the options within a hop by hop or destination option header More... | |
| uint16_t | uip_htons (uint16_t val) |
| void | uip_send (const void *data, int len) |
Variables | |
| void * | uip_appdata |
| uint16_t | uip_len |
| struct uip_conn * | uip_conn |
| uint8_t | uip_acc32 [4] |
The uIP TCP/IP stack code.
Definition in file uip.c.