Home
last modified time | relevance | path

Searched refs:xColon (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_IPv6_Sockets.c492 if( pxSet->xColon >= 0 ) in prv_inet_pton6_add_nibble()
499 pxSet->xColon = pxSet->xTargetIndex; in prv_inet_pton6_add_nibble()
537 const BaseType_t xCount = pxSet->xTargetIndex - pxSet->xColon; in prv_inet_pton6_set_zeros()
541 BaseType_t xSource = pxSet->xColon + ( xCount - 1 ); in prv_inet_pton6_set_zeros()
575 xSet.xColon = -1; in FreeRTOS_inet_pton6()
636 if( xSet.xColon >= 0 ) in FreeRTOS_inet_pton6()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IPv6_Sockets.h66 … BaseType_t xColon; /**< The position in the output where the train of zero's will start. */ member
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets_IPv6/
DFreeRTOS_Sockets_IPv6_utest.c985 xSet.xColon = -1; in test_prv_inet_pton6_add_nibble_InvalidHexChar_InValidDigit()
993 TEST_ASSERT_EQUAL( xTargetIndex, xSet.xColon ); in test_prv_inet_pton6_add_nibble_InvalidHexChar_InValidDigit()
1008 xSet.xColon = 5; in test_prv_inet_pton6_add_nibble_InvalidHexChar_InValidDigit_3rdColon()
1051 xSet.xColon = 2; in test_prv_inet_pton6_set_zeros()