Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/
DFreeRTOS_Routing_ConfigV4Only_utest.c193 char cName[ lNameSize ]; in test_pcEndpointName_IPv6HappyPath() local
200 memset( &cName, 0, sizeof( cName ) ); in test_pcEndpointName_IPv6HappyPath()
202 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv6HappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c2384 char cName[ lNameSize ]; in test_pcEndpointName_IPv4_HappyPath() local
2391 memset( &cName, 0, sizeof( cName ) ); in test_pcEndpointName_IPv4_HappyPath()
2395 pcStubFreeRTOS_inet_ntop_TargetDestination = cName; in test_pcEndpointName_IPv4_HappyPath()
2401 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv4_HappyPath()
2456 char cName[ lNameSize ]; in test_pcEndpointName_IPv4_TruncateBuffer() local
2463 memset( &cName, 0, sizeof( cName ) ); in test_pcEndpointName_IPv4_TruncateBuffer()
2467 pcStubFreeRTOS_inet_ntop_TargetDestination = cName; in test_pcEndpointName_IPv4_TruncateBuffer()
2473 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv4_TruncateBuffer()
2487 char cName[ lNameSize ]; in test_pcEndpointName_NullEndpoint() local
2490 pcName = pcEndpointName( NULL, cName, lNameSize ); in test_pcEndpointName_NullEndpoint()
[all …]