netxduo
NX_IGMP_HEADER_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_IGMP_HEADER_SIZE
NX_IGMP_HEADER_SIZE macro
Syntax
Show:
Summary
Declaration
from
nx_igmp.h:166
#define
NX_IGMP_HEADER_SIZE
sizeof
(
NX_IGMP_HEADER
)
Examples
References
from
examples
Code
Location
#define
NX_IGMP_HEADER_SIZE
sizeof
(
NX_IGMP_HEADER
)
nx_igmp.h:166
status
=
_nx_packet_allocate
(
ip_ptr
->
nx_ip_default_packet_pool
,
&
packet_ptr
,
(
ULONG
)
(
NX_IGMP_PACKET
+
router_alert
+
NX_IGMP_HEADER_SIZE
)
,
TX_NO_WAIT
)
;
nx_igmp_interface_report_send.c:123
packet_ptr
->
nx_packet_length
=
NX_IGMP_HEADER_SIZE
;
nx_igmp_interface_report_send.c:153
packet_ptr
->
nx_packet_prepend_ptr
-=
NX_IGMP_HEADER_SIZE
;
nx_igmp_interface_report_send.c:156
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