netxduo
NX_ARP_MESSAGE_SIZE
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_ARP_MESSAGE_SIZE
NX_ARP_MESSAGE_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_arp.h:84
#define
NX_ARP_MESSAGE_SIZE
28
Examples
References
from
examples
Code
Location
#define
NX_ARP_MESSAGE_SIZE
28
nx_arp.h:84
if
(
_nx_packet_allocate
(
ip_ptr
->
nx_ip_default_packet_pool
,
&
request_ptr
,
(
NX_PHYSICAL_HEADER
+
NX_ARP_MESSAGE_SIZE
)
,
NX_NO_WAIT
)
)
nx_arp_announce_send.c:93
request_ptr
->
nx_packet_length
=
NX_ARP_MESSAGE_SIZE
;
nx_arp_announce_send.c:134
request_ptr
->
nx_packet_prepend_ptr
-=
NX_ARP_MESSAGE_SIZE
;
nx_arp_announce_send.c:137
if
(
packet_ptr
->
nx_packet_length
<
NX_ARP_MESSAGE_SIZE
)
nx_arp_packet_receive.c:98
packet_ptr
->
nx_packet_length
=
NX_ARP_MESSAGE_SIZE
;
nx_arp_packet_receive.c:343
packet_ptr
->
nx_packet_append_ptr
=
packet_ptr
->
nx_packet_prepend_ptr
+
NX_ARP_MESSAGE_SIZE
;
nx_arp_packet_receive.c:347
if
(
_nx_packet_allocate
(
ip_ptr
->
nx_ip_default_packet_pool
,
&
request_ptr
,
(
NX_PHYSICAL_HEADER
+
NX_ARP_MESSAGE_SIZE
)
,
NX_NO_WAIT
)
)
nx_arp_packet_send.c:95
request_ptr
->
nx_packet_length
=
NX_ARP_MESSAGE_SIZE
;
nx_arp_packet_send.c:130
request_ptr
->
nx_packet_prepend_ptr
-=
NX_ARP_MESSAGE_SIZE
;
nx_arp_packet_send.c:133
if
(
_nx_packet_allocate
(
ip_ptr
->
nx_ip_default_packet_pool
,
&
request_ptr
,
(
NX_PHYSICAL_HEADER
+
NX_ARP_MESSAGE_SIZE
)
,
NX_NO_WAIT
)
)
nx_arp_probe_send.c:94
request_ptr
->
nx_packet_length
=
NX_ARP_MESSAGE_SIZE
;
nx_arp_probe_send.c:138
request_ptr
->
nx_packet_prepend_ptr
-=
NX_ARP_MESSAGE_SIZE
;
nx_arp_probe_send.c:141
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