Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/
DFreeRTOS_Routing_ConfigV4Only_utest.c192 int lNameSize = sizeof( cIPString ) + 1; in test_pcEndpointName_IPv6HappyPath() local
193 char cName[ lNameSize ]; 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.c2383 int lNameSize = sizeof( cIPString ) + 1; in test_pcEndpointName_IPv4_HappyPath() local
2384 char cName[ lNameSize ]; in test_pcEndpointName_IPv4_HappyPath()
2396 ulStubFreeRTOS_inet_ntop_TargetSize = lNameSize; in test_pcEndpointName_IPv4_HappyPath()
2398 ulStubFreeRTOS_inet_ntop_CopySize = lNameSize; in test_pcEndpointName_IPv4_HappyPath()
2401 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv4_HappyPath()
2402 TEST_ASSERT_EQUAL_MEMORY( pcName, cIPString, lNameSize ); in test_pcEndpointName_IPv4_HappyPath()
2419 int lNameSize = sizeof( cIPString ) + 1; in test_pcEndpointName_IPv4_NullBufferPointer() local
2429 ulStubFreeRTOS_inet_ntop_TargetSize = lNameSize; in test_pcEndpointName_IPv4_NullBufferPointer()
2434 pcName = pcEndpointName( &xEndPoint, NULL, lNameSize ); in test_pcEndpointName_IPv4_NullBufferPointer()
2455 int lNameSize = sizeof( cIPString ) - 3; in test_pcEndpointName_IPv4_TruncateBuffer() local
[all …]