event_callback() is only used within LwIP.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Notes

for LWIP_TCPIP_CORE_LOCKING any caller of this function must have the core lock held when signaling the following events as they might cause select_list_cb to be checked: NETCONN_EVT_RCVPLUS NETCONN_EVT_SENDPLUS NETCONN_EVT_ERROR This requirement will be asserted in select_check_waiters()

References

from examples