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

NX_DHCP_SERVER_UDP_PORT macro

Syntax

#define NX_DHCP_SERVER_UDP_PORT 67

References

LocationText
nxd_dhcp_client.h:316
#define NX_DHCP_SERVER_UDP_PORT 67
nxd_dhcp_client.c:7049
status = nx_udp_socket_interface_send(&(dhcp_ptr -> nx_dhcp_socket), packet_ptr, targetIP, NX_DHCP_SERVER_UDP_PORT, iface_index);
nxd_dhcp_client.c:7175
udp_header_ptr -> nx_udp_header_word_0 = (((ULONG)socket_ptr -> nx_udp_socket_port ) << NX_SHIFT_BY_16) | (ULONG) NX_DHCP_SERVER_UDP_PORT;