LwIP + 0/16 examples
CodeScope will show references to TCPIP_MBOX_SIZE from the following samples and libraries:
 
Symbols
loading...
Files
loading...

TCPIP_MBOX_SIZE macro

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.

Syntax

#define TCPIP_MBOX_SIZE 0

Examples

TCPIP_MBOX_SIZE is referenced by 16 libraries and example projects.

References

LocationText
opt.h:1775
#define TCPIP_MBOX_SIZE 0
opt.h:1774
#if !defined TCPIP_MBOX_SIZE || defined __DOXYGEN__
tcpip.c:608
if (sys_mbox_new(&tcpip_mbox, TCPIP_MBOX_SIZE) != ERR_OK) {