![]() |
EVE 1.0
|
![]() |
Macros | |
#define | UIP_LLH_LEN |
#define | UIP_BUFSIZE |
#define | UIP_STATISTICS |
#define | UIP_LOGGING |
#define | UIP_BROADCAST |
Functions | |
void | uip_log (char *msg) |
#define UIP_LLH_LEN |
The link level header length.
This is the offset into the uip_buf where the IP header can be found. For Ethernet, this should be set to 14. For SLIP, this should be set to 0.
Definition at line 162 of file uipopt.h.
Referenced by slipdev_poll(), slipdev_send(), uip_arp_out(), uip_fw_forward(), uip_ipchksum(), uip_process(), and uip_send().
#define UIP_BUFSIZE |
The size of the uIP packet buffer.
The uIP packet buffer should not be smaller than 60 bytes, and does not need to be larger than 1514 bytes. Lower size results in lower TCP throughput, larger size results in higher TCP throughput.
Definition at line 175 of file uipopt.h.
Referenced by simple_udp_deregister(), slipdev_poll(), and uip_send().
#define UIP_STATISTICS |
#define UIP_LOGGING |
#define UIP_BROADCAST |
void uip_log | ( | char * | msg | ) |
Print out a uIP log message.
This function must be implemented by the module that uses uIP, and is called by uIP whenever a log message is generated.
Definition at line 159 of file startup-efm32.c.
References __attribute__().