netxduo
NX_IP_TIME_TO_LIVE_MASK
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_TIME_TO_LIVE_MASK
NX_IP_TIME_TO_LIVE_MASK macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:902
#define
NX_IP_TIME_TO_LIVE_MASK
(
(
ULONG
)
0xFF000000
)
Examples
References
from
examples
Code
Location
#define
NX_IP_TIME_TO_LIVE_MASK
(
(
ULONG
)
0xFF000000
)
/* Mask for isolating the time to live */
nx_api.h:902
time_to_live
=
(
(
ip_header_ptr
->
nx_ip_header_word_2
&
NX_IP_TIME_TO_LIVE_MASK
)
>
>
NX_IP_TIME_TO_LIVE_SHIFT
)
-
1
;
nx_ip_forward_packet_process.c:144
current_ttl
=
(
current_header
->
nx_ip_header_word_2
&
NX_IP_TIME_TO_LIVE_MASK
)
>
>
NX_IP_TIME_TO_LIVE_SHIFT
;
nx_ip_fragment_assembly.c:156
if
(
(
(
ULONG
)
time_to_live
)
>
NX_IP_TIME_TO_LIVE_MASK
)
nxe_tcp_socket_create.c:167
if
(
(
(
ULONG
)
time_to_live
)
>
NX_IP_TIME_TO_LIVE_MASK
)
nxe_udp_socket_create.c:160
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