netxduo
NX_IP_VERSION
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_VERSION
NX_IP_VERSION macro
Syntax
Show:
Summary
Declaration
from
nx_ipv4.h:63
#define
NX_IP_VERSION
0x45000000UL
Examples
References
from
examples
Code
Location
#define
NX_IP_VERSION
0x45000000UL
/* Version 4, Length of 5 */
nx_ipv4.h:63
ip_header_ptr
->
nx_ip_header_word_0
=
(
NX_IP_VERSION
|
type_of_service
|
(
0xFFFF
&
packet_ptr
->
nx_packet_length
)
)
;
nx_ip_header_add.c:151
*
word_ptr
=
(
ULONG
)
(
(
(
ip_header_ptr
->
nx_ip_header_word_0
)
&
(
~
NX_IP_LENGTH_MASK
)
)
|
NX_IP_VERSION
)
;
nx_ipv4_packet_receive.c:401
ip_header_ptr
->
nx_ip_header_word_0
=
(
NX_IP_VERSION
|
socket_ptr
->
nx_udp_socket_type_of_service
|
(
0xFFFF
&
packet_ptr
->
nx_packet_length
)
)
;
nxd_dhcp_client.c:7241
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