netxduo
NX_UDP_HEADER_STRUCT::nx_udp_header_word_0
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (3/7)...
Files
loading (6/7)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_UDP_HEADER_STRUCT::nx_udp_header_word_0
NX_UDP_HEADER_STRUCT::nx_udp_header_word_0 field
Syntax
Show:
Summary
Declaration
from
nx_udp.h:79
ULONG
nx_udp_header_word_0
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
nx_udp_header_word_0
;
nx_udp.h:79
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nx_ipv4_packet_receive.c:685
_nx_ipv4_packet_receive()
dest_port
=
(
UINT
)
(
udp_header_ptr
->
nx_udp_header_word_0
&
NX_LOWER_16_MASK
)
;
nx_ipv4_packet_receive.c:688
_nx_ipv4_packet_receive()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nx_ipv4_packet_receive.c:692
_nx_ipv4_packet_receive()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nx_udp_packet_receive.c:133
_nx_udp_packet_receive()
port
=
(
UINT
)
(
udp_header_ptr
->
nx_udp_header_word_0
&
NX_LOWER_16_MASK
)
;
nx_udp_packet_receive.c:162
_nx_udp_packet_receive()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nx_udp_packet_receive.c:193
_nx_udp_packet_receive()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nx_udp_packet_receive.c:312
_nx_udp_packet_receive()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nx_udp_socket_receive.c:322
_nx_udp_socket_receive()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nx_udp_socket_receive.c:336
_nx_udp_socket_receive()
udp_header_ptr
->
nx_udp_header_word_0
=
(
(
(
ULONG
)
socket_ptr
->
nx_udp_socket_port
)
<
<
NX_SHIFT_BY_16
)
|
(
ULONG
)
NX_DHCP_SERVER_UDP_PORT
;
nxd_dhcp_client.c:7175
_nx_dhcp_client_send_with_zero_source_address()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nxd_dhcp_client.c:7182
_nx_dhcp_client_send_with_zero_source_address()
sender_port
=
(
UINT
)
udp_header_ptr
->
nx_udp_header_word_0
>
>
NX_SHIFT_BY_16
;
nxd_sntp_client.c:2521
_nx_sntp_client_receive_time_update()
udp_header_ptr
->
nx_udp_header_word_0
=
nxd_udp_socket_send.c:518
_nxd_udp_socket_send()
NX_CHANGE_ULONG_ENDIAN
(
udp_header_ptr
->
nx_udp_header_word_0
)
;
nxd_udp_socket_send.c:529
_nxd_udp_socket_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_UDP_HEADER_STRUCT::nx_udp_header_word_0
is written by 2 functions and is read by 6 functions:
_nx_dhcp_client_send_with_zero_source_address()
_nxd_udp_socket_send()
All items filtered out
NX_UDP_HEADER_STRUCT::nx_udp_header_word_0
_nx_dhcp_client_send_with_zero_source_address()
_nx_ipv4_packet_receive()
_nx_udp_packet_receive()
_nx_udp_socket_receive()
_nxd_udp_socket_send()
_nx_sntp_client_receive_time_update()
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