netxduo
NX_IP_UDP
is only used within netxduo.
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
netxduo
NX_IP_UDP
NX_IP_UDP macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:931
#define
NX_IP_UDP
(
(
ULONG
)
0x00110000
)
Examples
References
from
examples
Code
Location
#define
NX_IP_UDP
(
(
ULONG
)
0x00110000
)
/* UDP Protocol Type */
nx_api.h:931
if
(
protocol
==
NX_IP_UDP
)
nx_ipv4_packet_receive.c:661
ip_header_ptr
->
nx_ip_header_word_2
=
(
(
socket_ptr
->
nx_udp_socket_time_to_live
<
<
NX_IP_TIME_TO_LIVE_SHIFT
)
|
NX_IP_UDP
)
;
nxd_dhcp_client.c:7247
NX_IP_UDP
,
socket_ptr
->
nx_udp_socket_fragment_enable
,
nxd_udp_socket_send.c:617
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