Home
last modified time | relevance | path

Searched refs:dhcpCLIENT_PORT_IPv4 (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
HDFreeRTOS_DHCP.h128 … #define dhcpCLIENT_PORT_IPv4 0x4400U /**< Little endian representation of port 68. */ macro
133 #define dhcpCLIENT_PORT_IPv4 0x0044U /**< Big endian representation of port 68. */
/FreeRTOS-Plus-TCP-v3.1.0/source/
HDFreeRTOS_DHCP.c630 xAddress.sin_port = ( uint16_t ) dhcpCLIENT_PORT_IPv4; in prvCreateDHCPSocket()