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
STM32 Libraries and Samples
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:531
API_EVENT
(
conn
,
NETCONN_EVT_RCVMINUS
,
len
)
;
api_lib.c:666
API_EVENT
(
conn
,
NETCONN_EVT_RCVMINUS
,
0
)
;
api_lib.c:753
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
len
)
;
api_msg.c:280
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
len
)
;
api_msg.c:339
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:383
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
len
)
;
api_msg.c:417
API_EVENT
(
conn
,
NETCONN_EVT_ERROR
,
0
)
;
api_msg.c:458
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:461
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:462
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:550
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:566
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:595
API_EVENT
(
conn
,
NETCONN_EVT_ERROR
,
0
)
;
api_msg.c:1068
API_EVENT
(
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:1071
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:1074
API_EVENT
(
msg
->
conn
,
NETCONN_EVT_RCVPLUS
,
0
)
;
api_msg.c:1200
API_EVENT
(
msg
->
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:1201
API_EVENT
(
conn
,
NETCONN_EVT_SENDPLUS
,
0
)
;
api_msg.c:1333
API_EVENT
(
conn
,
NETCONN_EVT_SENDMINUS
,
0
)
;
api_msg.c:1733
API_EVENT
(
conn
,
NETCONN_EVT_SENDMINUS
,
0
)
;
api_msg.c:1739
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