Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v3.1.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2440 char cTen = 'A'; in test_FreeRTOS_EUI48_ntop1() local
2445 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2448 cTen = 'a'; in test_FreeRTOS_EUI48_ntop1()
2449 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2452 cTen = 'a'; in test_FreeRTOS_EUI48_ntop1()
2454 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2465 char cTen = 'A'; in test_FreeRTOS_EUI48_ntop2() local
2470 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2474 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2477 cTen = 'a'; in test_FreeRTOS_EUI48_ntop2()
[all …]
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_Sockets.h492 char cTen,
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_Sockets.c2552 char cTen, in FreeRTOS_EUI48_ntop() argument
2584 cResult = cTen; /* Either 'a' or 'A' */ in FreeRTOS_EUI48_ntop()