Home
last modified time | relevance | path

Searched defs:sPTON6_Set (Results 1 – 1 of 1) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv6_Sockets.h61 struct sPTON6_Set struct
63 uint32_t ulValue; /**< A 32-bit accumulator, only 16 bits are used. */
64 BaseType_t xHadDigit; /**< Becomes pdTRUE as soon as ulValue has valid data. */
65 BaseType_t xTargetIndex; /**< The index in the array pucTarget to write the next byte. */
66 … BaseType_t xColon; /**< The position in the output where the train of zero's will start. */
67 BaseType_t xHighestIndex; /**< The highest allowed value of xTargetIndex. */
68 …int8_t * pucTarget; /**< The array of bytes in which the resulting IPv6 address is written. */