Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/source/include/
HDFreeRTOS_DHCP.h129 … #define dhcpSERVER_PORT_IPv4 0x4300U /**< Little endian representation of port 67. */ macro
134 #define dhcpSERVER_PORT_IPv4 0x0043U /**< Big endian representation of port 68. */
/FreeRTOS-Plus-TCP-v3.1.0/source/
HDFreeRTOS_DHCP.c1081 pxAddress->sin_port = ( uint16_t ) dhcpSERVER_PORT_IPv4; in prvCreatePartDHCPMessage()