netxduo
NX_LOOPBACK_INTERFACE
is only used within netxduo.
Symbol previews are coming soon...
Symbols
loading (5/7)...
Files
loading (7/7)...
netxduo
threadx
filex
usbx
HAL
CMSIS
lan8742
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
netxduo
NX_LOOPBACK_INTERFACE
NX_LOOPBACK_INTERFACE macro
Syntax
Show:
Summary
Declaration
from
nx_api.h:2161
#define
NX_LOOPBACK_INTERFACE
NX_MAX_PHYSICAL_INTERFACES
Examples
References
from
examples
Code
Location
#define
NX_LOOPBACK_INTERFACE
NX_MAX_PHYSICAL_INTERFACES
nx_api.h:2161
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_name
=
(
CHAR
*
)
"Internal IP Loopback"
;
nx_ip_create.c:151
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_valid
=
1
;
nx_ip_create.c:155
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_ip_address
=
0x7F000001
;
nx_ip_create.c:159
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_ip_network_mask
=
0xFF000000
;
nx_ip_create.c:160
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_ip_network
=
0x7F000000
;
nx_ip_create.c:161
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_link_driver_entry
=
NX_NULL
;
nx_ip_create.c:165
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_address_mapping_needed
=
0
;
nx_ip_create.c:168
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_ip_mtu_size
=
65535
;
nx_ip_create.c:171
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_link_up
=
1
;
nx_ip_create.c:174
ip_ptr
->
nx_ip_interface
[
NX_LOOPBACK_INTERFACE
]
.
nx_interface_capability_flag
=
(
NX_INTERFACE_CAPABILITY_IPV4_TX_CHECKSUM
|
nx_ip_create.c:178
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