Mistake on this page?
Report an issue in GitHub or email us
Macros

Macros

#define TCPIP_THREAD_NAME   "lwip_tcpip"
 TCPIP_THREAD_NAME: The name assigned to the main tcpip thread. More...
 
#define TCPIP_THREAD_STACKSIZE   0
 TCPIP_THREAD_STACKSIZE: The stack size used by the main tcpip thread. More...
 
#define TCPIP_THREAD_PRIO   1
 TCPIP_THREAD_PRIO: The priority assigned to the main tcpip thread. More...
 
#define TCPIP_MBOX_SIZE   0
 TCPIP_MBOX_SIZE: The mailbox size for the tcpip thread messages The queue size value itself is platform-dependent, but is passed to sys_mbox_new() when tcpip_init is called. More...
 
#define LWIP_TCPIP_THREAD_ALIVE()
 Define this to something that triggers a watchdog. More...
 
#define SLIPIF_THREAD_NAME   "slipif_loop"
 SLIPIF_THREAD_NAME: The name assigned to the slipif_loop thread. More...
 
#define SLIPIF_THREAD_STACKSIZE   0
 SLIP_THREAD_STACKSIZE: The stack size used by the slipif_loop thread. More...
 
#define SLIPIF_THREAD_PRIO   1
 SLIPIF_THREAD_PRIO: The priority assigned to the slipif_loop thread. More...
 
#define DEFAULT_THREAD_NAME   "lwIP"
 DEFAULT_THREAD_NAME: The name assigned to any other lwIP thread. More...
 
#define DEFAULT_THREAD_STACKSIZE   0
 DEFAULT_THREAD_STACKSIZE: The stack size used by any other lwIP thread. More...
 
#define DEFAULT_THREAD_PRIO   1
 DEFAULT_THREAD_PRIO: The priority assigned to any other lwIP thread. More...
 
#define DEFAULT_RAW_RECVMBOX_SIZE   0
 DEFAULT_RAW_RECVMBOX_SIZE: The mailbox size for the incoming packets on a NETCONN_RAW. More...
 
#define DEFAULT_UDP_RECVMBOX_SIZE   0
 DEFAULT_UDP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a NETCONN_UDP. More...
 
#define DEFAULT_TCP_RECVMBOX_SIZE   0
 DEFAULT_TCP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a NETCONN_TCP. More...
 
#define DEFAULT_ACCEPTMBOX_SIZE   0
 DEFAULT_ACCEPTMBOX_SIZE: The mailbox size for the incoming connections. More...
 

Detailed Description

Macro Definition Documentation

#define DEFAULT_ACCEPTMBOX_SIZE   0

DEFAULT_ACCEPTMBOX_SIZE: The mailbox size for the incoming connections.

The queue size value itself is platform-dependent, but is passed to sys_mbox_new() when the acceptmbox is created.

Definition at line 1869 of file opt.h.

#define DEFAULT_RAW_RECVMBOX_SIZE   0

DEFAULT_RAW_RECVMBOX_SIZE: The mailbox size for the incoming packets on a NETCONN_RAW.

The queue size value itself is platform-dependent, but is passed to sys_mbox_new() when the recvmbox is created.

Definition at line 1842 of file opt.h.

#define DEFAULT_TCP_RECVMBOX_SIZE   0

DEFAULT_TCP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a NETCONN_TCP.

The queue size value itself is platform-dependent, but is passed to sys_mbox_new() when the recvmbox is created.

Definition at line 1860 of file opt.h.

#define DEFAULT_THREAD_NAME   "lwIP"

DEFAULT_THREAD_NAME: The name assigned to any other lwIP thread.

Definition at line 1815 of file opt.h.

#define DEFAULT_THREAD_PRIO   1

DEFAULT_THREAD_PRIO: The priority assigned to any other lwIP thread.

The priority value itself is platform-dependent, but is passed to sys_thread_new() when the thread is created.

Definition at line 1833 of file opt.h.

#define DEFAULT_THREAD_STACKSIZE   0

DEFAULT_THREAD_STACKSIZE: The stack size used by any other lwIP thread.

The stack size value itself is platform-dependent, but is passed to sys_thread_new() when the thread is created.

Definition at line 1824 of file opt.h.

#define DEFAULT_UDP_RECVMBOX_SIZE   0

DEFAULT_UDP_RECVMBOX_SIZE: The mailbox size for the incoming packets on a NETCONN_UDP.

The queue size value itself is platform-dependent, but is passed to sys_mbox_new() when the recvmbox is created.

Definition at line 1851 of file opt.h.

#define LWIP_TCPIP_THREAD_ALIVE ( )

Define this to something that triggers a watchdog.

This is called from tcpip_thread after processing a message.

Definition at line 1783 of file opt.h.

#define SLIPIF_THREAD_NAME   "slipif_loop"

SLIPIF_THREAD_NAME: The name assigned to the slipif_loop thread.

Definition at line 1790 of file opt.h.

#define SLIPIF_THREAD_PRIO   1

SLIPIF_THREAD_PRIO: The priority assigned to the slipif_loop thread.

The priority value itself is platform-dependent, but is passed to sys_thread_new() when the thread is created.

Definition at line 1808 of file opt.h.

#define SLIPIF_THREAD_STACKSIZE   0

SLIP_THREAD_STACKSIZE: The stack size used by the slipif_loop thread.

The stack size value itself is platform-dependent, but is passed to sys_thread_new() when the thread is created.

Definition at line 1799 of file opt.h.

#define TCPIP_MBOX_SIZE   0

TCPIP_MBOX_SIZE: The mailbox size for the tcpip thread messages The queue size value itself is platform-dependent, but is passed to sys_mbox_new() when tcpip_init is called.

Definition at line 1775 of file opt.h.

#define TCPIP_THREAD_NAME   "lwip_tcpip"

TCPIP_THREAD_NAME: The name assigned to the main tcpip thread.

Definition at line 1748 of file opt.h.

#define TCPIP_THREAD_PRIO   1

TCPIP_THREAD_PRIO: The priority assigned to the main tcpip thread.

The priority value itself is platform-dependent, but is passed to sys_thread_new() when the thread is created.

Definition at line 1766 of file opt.h.

#define TCPIP_THREAD_STACKSIZE   0

TCPIP_THREAD_STACKSIZE: The stack size used by the main tcpip thread.

The stack size value itself is platform-dependent, but is passed to sys_thread_new() when the thread is created.

Definition at line 1757 of file opt.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.