LwIP
+
0
/3 examples
SourceVu will show references to
NETCONN_UDP
from the following samples and libraries:
Examples
STM32469I_EVAL
Applications
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324x9I_EVAL
Applications
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324xG_EVAL
Applications
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
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_UDP
NETCONN_UDP value
UDP IPv4
Syntax
Show:
Summary
Declaration
from
api.h:122
NETCONN_UDP
=
0x20
;
Examples
NETCONN_UDP
is referenced by 3 libraries and example projects:
Examples
STM32469I_EVAL
Applications
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324x9I_EVAL
Applications
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
STM324xG_EVAL
Applications
LwIP
LwIP_UDPTCP_Echo_Server_Netconn_RTOS
References
from
0/3
examples
Code
Location
Referrer
NETCONN_UDP
=
0x20
,
api.h:122
case
NETCONN_UDP
:
api_msg.c:640
pcb_new()
case
NETCONN_UDP
:
api_msg.c:728
netconn_alloc()
case
NETCONN_UDP
:
api_msg.c:1165
lwip_netconn_do_delconn()
case
NETCONN_UDP
:
api_msg.c:1229
lwip_netconn_do_bind()
case
NETCONN_UDP
:
api_msg.c:1273
lwip_netconn_do_bind_if()
case
NETCONN_UDP
:
api_msg.c:1366
lwip_netconn_do_connect()
if
(
NETCONNTYPE_GROUP
(
msg
->
conn
->
type
)
==
NETCONN_UDP
)
{
api_msg.c:1430
lwip_netconn_do_disconnect()
case
NETCONN_UDP
:
api_msg.c:1550
lwip_netconn_do_send()
case
NETCONN_UDP
:
api_msg.c:1893
lwip_netconn_do_getaddr()
(
(
protocol
==
IPPROTO_UDPLITE
)
?
NETCONN_UDPLITE
:
NETCONN_UDP
)
)
,
sockets.c:1702
lwip_socket()
(
NETCONNTYPE_GROUP
(
sock
->
conn
->
type
)
!=
NETCONN_UDP
)
)
{
sockets.c:2924
lwip_getsockopt_impl()
case
NETCONN_UDP
:
sockets.c:2946
lwip_getsockopt_impl()
LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE
(
sock
,
*
optlen
,
int
,
NETCONN_UDP
)
;
sockets.c:3002
lwip_getsockopt_impl()
(
NETCONNTYPE_GROUP
(
sock
->
conn
->
type
)
!=
NETCONN_UDP
)
)
{
sockets.c:3332
lwip_setsockopt_impl()
LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE
(
sock
,
optlen
,
int
,
NETCONN_UDP
)
;
sockets.c:3406
lwip_setsockopt_impl()
case
NETCONN_UDP
:
sockets.c:3443
lwip_setsockopt_impl()
Call Tree
from
0/3
examples
All items filtered out
All items filtered out
Data Use
from
0/3
examples
NETCONN_UDP
is read by 12 functions:
All items filtered out
NETCONN_UDP
pcb_new()
netconn_alloc()
lwip_netconn_do_delconn()
lwip_netconn_do_bind()
lwip_netconn_do_bind_if()
lwip_netconn_do_connect()
lwip_netconn_do_disconnect()
lwip_netconn_do_send()
lwip_netconn_do_getaddr()
lwip_socket()
lwip_getsockopt_impl()
lwip_setsockopt_impl()
All items filtered out
Class Tree
from
0/3
examples
All items filtered out
All items filtered out
Override Tree
from
0/3
examples
All items filtered out
All items filtered out
Implementations
from
0/3
examples
All items filtered out
All items filtered out
Instances
from
0/3
examples
Lifecycle
from
0/3
examples
All items filtered out
All items filtered out