netxduo
NX_INTERFACE_STRUCT::nx_interface_ip_address
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (2/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_INTERFACE_STRUCT::nx_interface_ip_address
NX_INTERFACE_STRUCT::nx_interface_ip_address field
Syntax
Show:
Summary
Declaration
from
nx_api.h:2252
ULONG
nx_interface_ip_address
;
Examples
References
from
examples
Code
Location
Referrer
ULONG
nx_interface_ip_address
;
nx_api.h:2252
(
nx_interface
->
nx_interface_ip_address
>
>
16
)
;
nx_arp_announce_send.c:153
_nx_arp_announce_send()
*
(
message_ptr
+
4
)
=
(
ULONG
)
(
nx_interface
->
nx_interface_ip_address
<
<
16
)
;
nx_arp_announce_send.c:155
_nx_arp_announce_send()
*
(
message_ptr
+
6
)
=
(
ULONG
)
nx_interface
->
nx_interface_ip_address
;
nx_arp_announce_send.c:157
_nx_arp_announce_send()
if
(
ip_ptr
->
nx_ip_interface
[
i
]
.
nx_interface_ip_address
==
0
)
nx_arp_gratuitous_send.c:100
_nx_arp_gratuitous_send()
if
(
(
interface_ptr
->
nx_interface_ip_address
==
0
)
&&
nx_arp_packet_receive.c:168
_nx_arp_packet_receive()
if
(
(
sender_ip_address
!=
0
)
&&
(
sender_ip_address
==
interface_ptr
->
nx_interface_ip_address
)
)
nx_arp_packet_receive.c:196
_nx_arp_packet_receive()
if
(
(
message_type
==
NX_ARP_OPTION_REQUEST
)
&&
(
target_ip_address
==
(
packet_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
)
)
)
nx_arp_packet_receive.c:302
_nx_arp_packet_receive()
(
packet_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
>
>
16
)
;
nx_arp_packet_receive.c:328
_nx_arp_packet_receive()
*
(
message_ptr
+
4
)
=
(
ULONG
)
(
packet_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
<
<
16
)
|
sender_physical_msw
;
nx_arp_packet_receive.c:329
_nx_arp_packet_receive()
(
nx_interface
->
nx_interface_ip_address
>
>
16
)
;
nx_arp_packet_send.c:148
_nx_arp_packet_send()
*
(
message_ptr
+
4
)
=
(
ULONG
)
(
nx_interface
->
nx_interface_ip_address
<
<
16
)
;
nx_arp_packet_send.c:149
_nx_arp_packet_send()
header_ptr
->
nx_icmp_header_word_1
=
(
ULONG
)
(
request_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
<
<
16
)
|
sequence
;
nx_icmp_interface_ping.c:231
_nx_icmp_interface_ping()
*
ip_address
=
ip_ptr
->
nx_ip_interface
[
0
]
.
nx_interface_ip_address
;
nx_ip_address_get.c:91
_nx_ip_address_get()
ip_ptr
->
nx_ip_interface
[
0
]
.
nx_interface_ip_address
=
ip_address
;
nx_ip_create.c:121
_nx_ip_create()
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_ip_address
=
0x7F000001
;
nx_ip_create.c:159
_nx_ip_create()
else
if
(
destination_ip
==
packet_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
)
nx_ip_driver_packet_send.c:127
_nx_ip_driver_packet_send()
(
destination_ip
==
packet_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
)
)
nx_ip_driver_packet_send.c:413
_nx_ip_driver_packet_send()
if
(
outgoing_interface
->
nx_interface_ip_address
==
destination_ip
)
nx_ip_forward_packet_process.c:184
_nx_ip_forward_packet_process()
if
(
outgoing_interface
->
nx_interface_ip_address
==
destination_ip
)
nx_ip_forward_packet_process.c:244
_nx_ip_forward_packet_process()
*
ip_address
=
ip_ptr
->
nx_ip_interface
[
interface_index
]
.
nx_interface_ip_address
;
nx_ip_interface_address_get.c:98
_nx_ip_interface_address_get()
previous_ip_address
=
ip_ptr
->
nx_ip_interface
[
interface_index
]
.
nx_interface_ip_address
;
nx_ip_interface_address_set.c:99
_nx_ip_interface_address_set()
ip_ptr
->
nx_ip_interface
[
interface_index
]
.
nx_interface_ip_address
=
ip_address
;
nx_ip_interface_address_set.c:107
_nx_ip_interface_address_set()
if
(
(
ip_ptr
->
nx_ip_interface
[
i
]
.
nx_interface_ip_address
==
ip_address
)
&&
nx_ip_interface_attach.c:115
_nx_ip_interface_attach()
nx_interface
->
nx_interface_ip_address
=
ip_address
;
nx_ip_interface_attach.c:151
_nx_ip_interface_attach()
*
ip_address
=
nx_interface
->
nx_interface_ip_address
;
nx_ip_interface_info_get.c:111
_nx_ip_interface_info_get()
if
(
ip_ptr
->
nx_ip_interface
[
interface_index
]
.
nx_interface_ip_address
)
nx_ip_interface_status_check.c:127
_nx_ip_interface_status_check()
if
(
ip_ptr
->
nx_ip_interface
[
interface_index
]
.
nx_interface_ip_address
)
nx_ip_interface_status_check.c:152
_nx_ip_interface_status_check()
if
(
(
if_index
>=
NX_MAX_PHYSICAL_INTERFACES
)
||
(
!
ip_ptr
->
nx_ip_interface
[
if_index
]
.
nx_interface_ip_address
)
)
nx_ip_max_payload_size_find.c:141
_nx_ip_max_payload_size_find()
_nx_ip_header_add
(
ip_ptr
,
packet_ptr
,
packet_ptr
->
nx_packet_ip_interface
->
nx_interface_ip_address
,
nx_ip_packet_send.c:216
_nx_ip_packet_send()
(
interface_ptr
->
nx_interface_ip_address
==
destination_address
)
&&
nx_ip_route_find.c:146
_nx_ip_route_find()
(
(
(
*
ip_interface_ptr
)
->
nx_interface_ip_address
&
0xFFFF0000
)
==
0xA9FE0000
)
)
nx_ip_route_find.c:323
_nx_ip_route_find()
(
(
interface_ptr
->
nx_interface_ip_address
&
0xFFFF0000
)
==
0xA9FE0000
)
)
nx_ip_route_find.c:346
_nx_ip_route_find()
if
(
(
ip_header_ptr
->
nx_ip_header_destination_ip
==
if_ptr
->
nx_interface_ip_address
)
||
nx_ipv4_packet_receive.c:526
_nx_ipv4_packet_receive()
else
if
(
if_ptr
->
nx_interface_ip_address
==
0
)
nx_ipv4_packet_receive.c:654
_nx_ipv4_packet_receive()
if
(
ip_ptr
->
nx_ip_interface
[
i
]
.
nx_interface_ip_address
==
0
)
nx_rarp_enable.c:104
_nx_rarp_enable()
if
(
*
(
message_ptr
+
6
)
&&
(
packet_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
==
0
)
)
nx_rarp_packet_receive.c:151
_nx_rarp_packet_receive()
packet_ptr
->
nx_packet_address
.
nx_packet_interface_ptr
->
nx_interface_ip_address
=
*
(
message_ptr
+
6
)
;
nx_rarp_packet_receive.c:160
_nx_rarp_packet_receive()
if
(
(
ip_ptr
->
nx_ip_interface
[
i
]
.
nx_interface_ip_address
==
0
)
&&
nx_rarp_packet_receive.c:173
_nx_rarp_packet_receive()
if
(
ip_ptr
->
nx_ip_interface
[
i
]
.
nx_interface_ip_address
!=
0
)
nx_rarp_packet_send.c:95
_nx_rarp_packet_send()
source_ip
=
&
socket_ptr
->
nx_tcp_socket_connect_interface
->
nx_interface_ip_address
;
nx_tcp_packet_send_control.c:286
_nx_tcp_packet_send_control()
source_ip
=
&
socket_ptr
->
nx_tcp_socket_connect_interface
->
nx_interface_ip_address
;
nx_tcp_socket_retransmit.c:245
_nx_tcp_socket_retransmit()
source_ip
=
&
socket_ptr
->
nx_tcp_socket_connect_interface
->
nx_interface_ip_address
;
nx_tcp_socket_send_internal.c:367
_nx_tcp_socket_send_internal()
ip_src_addr
=
&
interface_ptr
->
nx_interface_ip_address
;
nxd_udp_socket_send.c:396
_nxd_udp_socket_send()
if
(
ip_ptr
->
nx_ip_interface
[
i
]
.
nx_interface_ip_address
)
nxe_arp_gratuitous_send.c:97
_nxe_arp_gratuitous_send()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
NX_INTERFACE_STRUCT::nx_interface_ip_address
is written by 4 functions and is read by 21 functions:
_nx_ip_create()
_nx_ip_interface_address_set()
_nx_ip_interface_attach()
_nx_rarp_packet_receive()
All items filtered out
NX_INTERFACE_STRUCT::nx_interface_ip_address
_nx_arp_announce_send()
_nx_arp_gratuitous_send()
_nx_arp_packet_receive()
_nx_arp_packet_send()
_nx_icmp_interface_ping()
_nx_ip_address_get()
_nx_ip_driver_packet_send()
_nx_ip_forward_packet_process()
_nx_ip_interface_address_get()
_nx_ip_interface_address_set()
_nx_ip_interface_attach()
_nx_ip_interface_info_get()
_nx_ip_interface_status_check()
_nx_ip_max_payload_size_find()
_nx_ip_packet_send()
_nx_ip_route_find()
_nx_ipv4_packet_receive()
_nx_rarp_enable()
_nx_rarp_packet_receive()
_nx_rarp_packet_send()
_nxe_arp_gratuitous_send()
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