NX_IP_ALIGN_FRAGS is only used within netxduo.
 
Symbols
loading...
Files
loading...

NX_IP_ALIGN_FRAGS macro

Syntax

#define NX_IP_ALIGN_FRAGS 8

References

LocationText
nx_ipv4.h:101
#define NX_IP_ALIGN_FRAGS 8 /* Fragment alignment */
nx_ip_fragment_assembly.c:455
NX_IP_ALIGN_FRAGS;
nx_ip_fragment_forward_packet.c:136
fragment_offset = (source_header_ptr -> nx_ip_header_word_1 & NX_IP_OFFSET_MASK) * NX_IP_ALIGN_FRAGS;
nx_ip_fragment_forward_packet.c:143
fragment_size = (fragment_size / NX_IP_ALIGN_FRAGS) * NX_IP_ALIGN_FRAGS;
nx_ip_fragment_packet.c:154
fragment_size = (fragment_size / NX_IP_ALIGN_FRAGS) * NX_IP_ALIGN_FRAGS;