netxduo
+
0
/1 examples
SourceVu will show references to
NX_IP_DRIVER_STRUCT::nx_ip_driver_command
from the following samples and libraries:
Libraries
usbx
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_DRIVER_STRUCT::nx_ip_driver_command
NX_IP_DRIVER_STRUCT::nx_ip_driver_command field
Syntax
Show:
Summary
Declaration
from
nx_api.h:3010
UINT
nx_ip_driver_command
;
Examples
NX_IP_DRIVER_STRUCT::nx_ip_driver_command
is referenced by 1 libraries and example projects:
Libraries
usbx
References
from
0/1
examples
Code
Location
Referrer
UINT
nx_ip_driver_command
;
nx_api.h:3010
driver_request
.
nx_ip_driver_command
=
NX_LINK_ARP_SEND
;
nx_arp_announce_send.c:171
_nx_arp_announce_send()
driver_request
.
nx_ip_driver_command
=
NX_LINK_ARP_RESPONSE_SEND
;
nx_arp_packet_receive.c:351
_nx_arp_packet_receive()
driver_request
.
nx_ip_driver_command
=
NX_LINK_ARP_SEND
;
nx_arp_packet_send.c:165
_nx_arp_packet_send()
driver_request
.
nx_ip_driver_command
=
NX_LINK_ARP_SEND
;
nx_arp_probe_send.c:173
_nx_arp_probe_send()
driver_request
.
nx_ip_driver_command
=
NX_LINK_PACKET_SEND
;
nx_arp_queue_send.c:125
_nx_arp_queue_send()
driver_request
.
nx_ip_driver_command
=
NX_LINK_MULTICAST_JOIN
;
nx_igmp_multicast_interface_join_internal.c:142
_nx_igmp_multicast_interface_join_internal()
driver_request
.
nx_ip_driver_command
=
NX_LINK_MULTICAST_LEAVE
;
nx_igmp_multicast_interface_leave_internal.c:119
_nx_igmp_multicast_interface_leave_internal()
driver_request
.
nx_ip_driver_command
=
NX_LINK_GET_STATUS
;
nx_ip_deferred_link_status_process.c:102
_nx_ip_deferred_link_status_process()
driver_request
.
nx_ip_driver_command
=
NX_LINK_DISABLE
;
nx_ip_delete.c:137
_nx_ip_delete()
driver_request
.
nx_ip_driver_command
=
NX_LINK_UNINITIALIZE
;
nx_ip_delete.c:148
_nx_ip_delete()
driver_request
.
nx_ip_driver_command
=
command
;
nx_ip_driver_interface_direct_command.c:96
_nx_ip_driver_interface_direct_command()
driver_request
.
nx_ip_driver_command
=
NX_LINK_PACKET_SEND
;
nx_ip_driver_packet_send.c:105
_nx_ip_driver_packet_send()
driver_request
.
nx_ip_driver_command
=
NX_LINK_PACKET_BROADCAST
;
nx_ip_driver_packet_send.c:122
_nx_ip_driver_packet_send()
driver_request
.
nx_ip_driver_command
=
NX_LINK_INTERFACE_ATTACH
;
nx_ip_interface_attach.c:172
_nx_ip_interface_attach()
driver_request
.
nx_ip_driver_command
=
NX_LINK_INITIALIZE
;
nx_ip_interface_attach.c:191
_nx_ip_interface_attach()
driver_request
.
nx_ip_driver_command
=
NX_LINK_ENABLE
;
nx_ip_interface_attach.c:208
_nx_ip_interface_attach()
driver_request
.
nx_ip_driver_command
=
NX_LINK_INTERFACE_DETACH
;
nx_ip_interface_detach.c:280
_nx_ip_interface_detach()
driver_request
.
nx_ip_driver_command
=
NX_LINK_SET_PHYSICAL_ADDRESS
;
nx_ip_interface_physical_address_set.c:95
_nx_ip_interface_physical_address_set()
driver_request
.
nx_ip_driver_command
=
NX_LINK_GET_STATUS
;
nx_ip_interface_status_check.c:180
_nx_ip_interface_status_check()
driver_request
.
nx_ip_driver_command
=
NX_LINK_GET_STATUS
;
nx_ip_interface_status_check.c:249
_nx_ip_interface_status_check()
driver_request
.
nx_ip_driver_command
=
NX_LINK_INTERFACE_ATTACH
;
nx_ip_thread_entry.c:166
_nx_ip_thread_entry()
driver_request
.
nx_ip_driver_command
=
NX_LINK_INITIALIZE
;
nx_ip_thread_entry.c:185
_nx_ip_thread_entry()
driver_request
.
nx_ip_driver_command
=
NX_LINK_ENABLE
;
nx_ip_thread_entry.c:200
_nx_ip_thread_entry()
driver_request
.
nx_ip_driver_command
=
NX_LINK_MULTICAST_JOIN
;
nx_ip_thread_entry.c:545
_nx_ip_thread_entry()
driver_request
.
nx_ip_driver_command
=
NX_LINK_DEFERRED_PROCESSING
;
nx_ip_thread_entry.c:594
_nx_ip_thread_entry()
if
(
driver_req_ptr
->
nx_ip_driver_command
!=
NX_LINK_INTERFACE_ATTACH
)
nx_ram_network_driver.c:177
_nx_ram_network_driver()
switch
(
driver_req_ptr
->
nx_ip_driver_command
)
nx_ram_network_driver.c:207
_nx_ram_network_driver()
if
(
driver_req_ptr
->
nx_ip_driver_command
==
NX_LINK_ARP_SEND
)
nx_ram_network_driver.c:368
_nx_ram_network_driver()
else
if
(
driver_req_ptr
->
nx_ip_driver_command
==
NX_LINK_ARP_RESPONSE_SEND
)
nx_ram_network_driver.c:372
_nx_ram_network_driver()
else
if
(
driver_req_ptr
->
nx_ip_driver_command
==
NX_LINK_RARP_SEND
)
nx_ram_network_driver.c:376
_nx_ram_network_driver()
driver_request
.
nx_ip_driver_command
=
NX_LINK_RARP_SEND
;
nx_rarp_packet_send.c:179
_nx_rarp_packet_send()
switch
(
driver_req_ptr
->
nx_ip_driver_command
)
nx_stm32_eth_driver.c:151
nx_stm32_eth_driver()
if
(
(
driver_req_ptr
->
nx_ip_driver_command
==
NX_LINK_ARP_SEND
)
||
nx_stm32_eth_driver.c:757
_nx_driver_packet_send()
(
driver_req_ptr
->
nx_ip_driver_command
==
NX_LINK_ARP_RESPONSE_SEND
)
)
nx_stm32_eth_driver.c:758
_nx_driver_packet_send()
else
if
(
driver_req_ptr
->
nx_ip_driver_command
==
NX_LINK_RARP_SEND
)
nx_stm32_eth_driver.c:763
_nx_driver_packet_send()
driver_request
.
nx_ip_driver_command
=
NX_LINK_PACKET_BROADCAST
;
nxd_dhcp_client.c:7334
_nx_dhcp_client_send_with_zero_source_address()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
NX_IP_DRIVER_STRUCT::nx_ip_driver_command
is written by 18 functions and is read by 3 functions:
_nx_dhcp_client_send_with_zero_source_address()
_nx_arp_announce_send()
_nx_arp_packet_receive()
_nx_arp_packet_send()
_nx_arp_probe_send()
_nx_arp_queue_send()
_nx_igmp_multicast_interface_join_internal()
_nx_igmp_multicast_interface_leave_internal()
_nx_ip_deferred_link_status_process()
_nx_ip_delete()
_nx_ip_driver_interface_direct_command()
_nx_ip_driver_packet_send()
_nx_ip_interface_attach()
_nx_ip_interface_detach()
_nx_ip_interface_physical_address_set()
_nx_ip_interface_status_check()
_nx_ip_thread_entry()
_nx_rarp_packet_send()
All items filtered out
NX_IP_DRIVER_STRUCT::nx_ip_driver_command
_nx_ram_network_driver()
nx_stm32_eth_driver()
_nx_driver_packet_send()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out