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

NX_IP_UDP macro

Syntax

#define NX_IP_UDP ((ULONG)0x00110000)

References

LocationText
nx_api.h:931
#define NX_IP_UDP ((ULONG)0x00110000) /* UDP Protocol Type */
nx_ipv4_packet_receive.c:661
if (protocol == NX_IP_UDP)
nxd_dhcp_client.c:7247
ip_header_ptr -> nx_ip_header_word_2 = ((socket_ptr -> nx_udp_socket_time_to_live << NX_IP_TIME_TO_LIVE_SHIFT) | NX_IP_UDP);
nxd_udp_socket_send.c:617