Loading...
Searching...
No Matches
lwipopts.h File Reference

Option definitions. More...

Detailed Description

Option definitions.

Author
Martine Lenders mlend.nosp@m.ers@.nosp@m.inf.f.nosp@m.u-be.nosp@m.rlin..nosp@m.de

Definition in file lwipopts.h.

#include "thread.h"
#include "net/gnrc/netif/hdr.h"
+ Include dependency graph for lwipopts.h:

Go to the source code of this file.

#define LWIP_ARP   0
 lwIP configuration macros.
 
#define LWIP_AUTOIP   0
 
#define LWIP_DHCP   0
 
#define LWIP_ETHERNET   0
 
#define LWIP_NETIF_API   0
 
#define LWIP_IGMP   0
 
#define LWIP_IPV4   0
 
#define LWIP_IPV6_AUTOCONFIG   0
 
#define LWIP_IPV6_MLD   0
 
#define LWIP_IPV6   0
 
#define PPP_SUPPORT   0
 
#define LWIP_RAW   0
 
#define LWIP_6LOWPAN   0
 
#define LWIP_STATS   0
 
#define LWIP_TCP   0
 
#define LWIP_UDP   0
 
#define LWIP_UDPLITE   0
 
#define LWIP_NETCONN   0
 
#define TCP_LISTEN_BACKLOG   0
 
#define LWIP_SOCKET   0
 
#define LWIP_DONT_PROVIDE_BYTEORDER_FUNCTIONS
 
#define MEMP_MEM_MALLOC   1
 
#define NETIF_MAX_HWADDR_LEN   (GNRC_NETIF_HDR_L2ADDR_MAX_LEN)
 
#define TCPIP_THREAD_STACKSIZE   (THREAD_STACKSIZE_DEFAULT)
 
#define MEM_ALIGNMENT   4
 
#define MEM_SIZE   (TCPIP_THREAD_STACKSIZE + 6144)
 
#define LWIP_MARK_TCPIP_THREAD   sys_mark_tcpip_thread
 
#define LWIP_ASSERT_CORE_LOCKED()    LWIP_ASSERT("Core lock held", sys_check_core_locked())
 
void sys_mark_tcpip_thread (void)
 
bool sys_check_core_locked (void)