netxduo
NX_ARP
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_ARP
NX_ARP struct
Syntax
Show:
Summary
Declaration
from
nx_api.h:1679
typedef
struct
NX_ARP_STRUCT
{
UINT
nx_arp_route_static
;
UINT
nx_arp_entry_next_update
;
UINT
nx_arp_retries
;
struct
NX_ARP_STRUCT
*
nx_arp_pool_next
,
*
nx_arp_pool_previous
;
struct
NX_ARP_STRUCT
*
nx_arp_active_next
,
*
nx_arp_active_previous
,
*
*
nx_arp_active_list_head
;
ULONG
nx_arp_ip_address
;
ULONG
nx_arp_physical_address_msw
;
ULONG
nx_arp_physical_address_lsw
;
struct
NX_INTERFACE_STRUCT
*
nx_arp_ip_interface
;
struct
NX_PACKET_STRUCT
*
nx_arp_packets_waiting
;
}
NX_ARP
;
Fields
Field
Declared as
NX_ARP_STRUCT::nx_arp_route_static
UINT
NX_ARP_STRUCT::nx_arp_entry_next_update
UINT
NX_ARP_STRUCT::nx_arp_retries
UINT
NX_ARP_STRUCT::nx_arp_pool_next
struct
NX_ARP_STRUCT
*
NX_ARP_STRUCT::nx_arp_pool_previous
struct
NX_ARP_STRUCT
*
nx_arp_pool_next
,
*
NX_ARP_STRUCT::nx_arp_active_next
struct
NX_ARP_STRUCT
*
NX_ARP_STRUCT::nx_arp_active_previous
struct
NX_ARP_STRUCT
*
nx_arp_active_next
,
*
NX_ARP_STRUCT::nx_arp_active_list_head
struct
NX_ARP_STRUCT
*
nx_arp_active_next
,
*
nx_arp_active_previous
,
*
*
NX_ARP_STRUCT::nx_arp_ip_address
ULONG
NX_ARP_STRUCT::nx_arp_physical_address_msw
ULONG
NX_ARP_STRUCT::nx_arp_physical_address_lsw
ULONG
NX_ARP_STRUCT::nx_arp_ip_interface
struct
NX_INTERFACE_STRUCT
*
NX_ARP_STRUCT::nx_arp_packets_waiting
struct
NX_PACKET_STRUCT
*
Related Functions
Found 4 other functions taking a
NX_ARP_STRUCT
argument:
Function
_nx_arp_dynamic_entry_delete()
_nx_arp_static_entry_delete_internal()
_nx_arp_queue_send()
_nx_arp_entry_allocate()
Examples
References
from
examples
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