lwIP
API_EVENT
is only used within lwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
lwIP
API_EVENT
API_EVENT macro
Syntax
Show:
Summary
Declaration
from
api.h:301
#define
API_EVENT
(
c
,
e
,
l
)
if
(
c
->
callback
)
{
\
(
*
c
->
callback
)
(
c
,
e
,
l
)
;
\
}
Arguments
Argument
c
e
l
Examples
References
from
examples
Code
Location
#define
API_EVENT
(
c
,
e
,
l
)
if
(
c
->
callback
)
{
\
api.h:301
API_EVENT
(
conn
,
NETCONN_EVT_RCVMINUS
,
0
)
;
api_lib.c:534
API_EVENT
(
conn
,
NETCONN_EVT_RCVMINUS
,
len
)
;
api_lib.c:669
API_EVENT
(
conn
,
NETCONN_EVT_RCVMINUS
,
0
)
;
api_lib.c:756
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
len
)
;
api_msg.c:201
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
len
)
;
api_msg.c:293
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
len
)
;
api_msg.c:352
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:396
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
len
)
;
api_msg.c:430
API_EVENT
(
conn
,
NETCONN_EVT_ERROR
,
0
)
;
api_msg.c:471
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:474
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:475
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:563
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:579
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:611
API_EVENT
(
conn
,
NETCONN_EVT_ERROR
,
0
)
;
api_msg.c:1121
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:1124
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:1127
API_EVENT
(
msg
->
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:1261
API_EVENT
(
msg
->
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:1262
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:1408
API_EVENT
(
conn
,
NETCONN_EVT_SENDMINUS
,
0
)
;
api_msg.c:1816
API_EVENT
(
conn
,
NETCONN_EVT_SENDMINUS
,
0
)
;
api_msg.c:1822
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