LwIP
tcpip_msg_type
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Values
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
tcpip_msg_type
tcpip_msg_type enum
Syntax
Show:
Summary
Declaration
from
tcpip_priv.h:113
enum
tcpip_msg_type
{
#if
!
LWIP_TCPIP_CORE_LOCKING
TCPIP_MSG_API
,
TCPIP_MSG_API_CALL
,
#endif
#if
!
LWIP_TCPIP_CORE_LOCKING_INPUT
TCPIP_MSG_INPKT
,
#endif
#if
LWIP_TCPIP_TIMEOUT
&&
LWIP_TIMERS
TCPIP_MSG_TIMEOUT
,
TCPIP_MSG_UNTIMEOUT
,
#endif
TCPIP_MSG_CALLBACK
,
TCPIP_MSG_CALLBACK_STATIC
}
;
Values
Value
Declared as
tcpip_msg_type::TCPIP_MSG_INPKT
tcpip_msg_type::TCPIP_MSG_CALLBACK
tcpip_msg_type::TCPIP_MSG_CALLBACK_STATIC
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out