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

NX_IP_FRAGMENT_MASK macro

Syntax

#define NX_IP_FRAGMENT_MASK 0x00003FFFUL

References

LocationText
nx_ipv4.h:95
#define NX_IP_FRAGMENT_MASK 0x00003FFFUL /* Mask for fragment bits */
nx_ipv4_packet_receive.c:551
if (ip_header_ptr -> nx_ip_header_word_1 & NX_IP_FRAGMENT_MASK)