lwIP
IN_NONBLOCKING_CONNECT
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
IN_NONBLOCKING_CONNECT
IN_NONBLOCKING_CONNECT macro
Syntax
Show:
Summary
Declaration
from
api_msg.c:66
#define
IN_NONBLOCKING_CONNECT
(
conn
)
netconn_is_flag_set
(
conn
,
NETCONN_FLAG_IN_NONBLOCKING_CONNECT
)
Arguments
Argument
conn
Examples
References
from
examples
Code
Location
#define
IN_NONBLOCKING_CONNECT
(
conn
)
netconn_is_flag_set
(
conn
,
NETCONN_FLAG_IN_NONBLOCKING_CONNECT
)
api_msg.c:66
int
was_nonblocking_connect
=
IN_NONBLOCKING_CONNECT
(
conn
)
;
api_msg.c:493
(
(
state
==
NETCONN_CONNECT
)
&&
!
IN_NONBLOCKING_CONNECT
(
msg
->
conn
)
)
)
{
api_msg.c:1180
(
conn
->
current_msg
!=
NULL
)
||
IN_NONBLOCKING_CONNECT
(
conn
)
)
;
api_msg.c:1392
was_blocking
=
!
IN_NONBLOCKING_CONNECT
(
conn
)
;
api_msg.c:1401
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