Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_GenericAPI_utest.c2372 char cTen = 'A'; in test_FreeRTOS_EUI48_ntop1() local
2377 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2380 cTen = 'a'; in test_FreeRTOS_EUI48_ntop1()
2381 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2384 cTen = 'a'; in test_FreeRTOS_EUI48_ntop1()
2386 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop1()
2397 char cTen = 'A'; in test_FreeRTOS_EUI48_ntop2() local
2402 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2406 FreeRTOS_EUI48_ntop( pucSource, pcTarget, cTen, cSeparator ); in test_FreeRTOS_EUI48_ntop2()
2409 cTen = 'a'; in test_FreeRTOS_EUI48_ntop2()
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Sockets.h509 char cTen,
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c3308 char cTen, in FreeRTOS_EUI48_ntop() argument
3340 cResult = cTen; /* Either 'a' or 'A' */ in FreeRTOS_EUI48_ntop()