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

NX_IP_NORMAL_LENGTH macro

Syntax

#define NX_IP_NORMAL_LENGTH 5

References

LocationText
nx_ipv4.h:65
#define NX_IP_NORMAL_LENGTH 5 /* Normal IP header length */
nx_icmpv4_send_error_message.c:213
for (i = 0; i < NX_IP_NORMAL_LENGTH; i++)
nx_icmpv4_send_error_message.c:235
for (i = 0; i < NX_IP_NORMAL_LENGTH; i++)
nx_ipv4_option_process.c:97
ip_option_length = ((((ip_header_ptr -> nx_ip_header_word_0 & NX_IP_LENGTH_MASK) >> 24) - NX_IP_NORMAL_LENGTH) & 0xFF) * (ULONG)sizeof(ULONG);
nx_ipv4_packet_receive.c:263
(ip_header_length < NX_IP_NORMAL_LENGTH))
nx_ipv4_packet_receive.c:370
if (ip_header_length > NX_IP_NORMAL_LENGTH)
nx_ipv4_packet_receive.c:410
packet_ptr -> nx_packet_length = packet_ptr -> nx_packet_length - ((ip_header_length - NX_IP_NORMAL_LENGTH) * (ULONG)sizeof(ULONG));