LwIP
NETCONN_NONE
is only used within LwIP.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
LwIP
NETCONN_NONE
NETCONN_NONE value
Syntax
Show:
Summary
Declaration
from
api.h:148
NETCONN_NONE
;
Examples
References
from
examples
Code
Location
Referrer
NETCONN_NONE
,
api.h:148
conn
->
state
=
NETCONN_NONE
;
api_msg.c:453
err_tcp()
conn
->
state
=
NETCONN_NONE
;
api_msg.c:758
netconn_alloc()
conn
->
state
=
NETCONN_NONE
;
api_msg.c:1061
lwip_netconn_do_close_internal()
(
state
==
NETCONN_NONE
)
||
(
NETCONNTYPE_GROUP
(
msg
->
conn
->
type
)
==
NETCONN_TCP
)
)
;
api_msg.c:1119
lwip_netconn_do_delconn()
if
(
(
(
state
!=
NETCONN_NONE
)
&&
api_msg.c:1136
lwip_netconn_do_delconn()
LWIP_ASSERT
(
"state!"
,
msg
->
conn
->
state
==
NETCONN_NONE
)
;
api_msg.c:1182
lwip_netconn_do_delconn()
conn
->
state
=
NETCONN_NONE
;
api_msg.c:1332
lwip_netconn_do_connected()
}
else
if
(
msg
->
conn
->
state
!=
NETCONN_NONE
)
{
api_msg.c:1375
lwip_netconn_do_connect()
if
(
msg
->
conn
->
state
==
NETCONN_NONE
)
{
api_msg.c:1456
lwip_netconn_do_listen()
conn
->
state
=
NETCONN_NONE
;
api_msg.c:1789
lwip_netconn_do_writemore()
if
(
msg
->
conn
->
state
!=
NETCONN_NONE
)
{
api_msg.c:1821
lwip_netconn_do_write()
LWIP_ASSERT
(
"state!"
,
msg
->
conn
->
state
==
NETCONN_NONE
)
;
api_msg.c:1990
lwip_netconn_do_close()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NETCONN_NONE
is read by 10 functions:
All items filtered out
NETCONN_NONE
err_tcp()
netconn_alloc()
lwip_netconn_do_close_internal()
lwip_netconn_do_delconn()
lwip_netconn_do_connected()
lwip_netconn_do_connect()
lwip_netconn_do_listen()
lwip_netconn_do_writemore()
lwip_netconn_do_write()
lwip_netconn_do_close()
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