Searched refs:cIPString (Results 1 – 2 of 2) sorted by relevance
191 const char cIPString[] = "2001::1"; in test_pcEndpointName_IPv6HappyPath() local192 int lNameSize = sizeof( cIPString ) + 1; in test_pcEndpointName_IPv6HappyPath()
2382 char cIPString[] = "192.168.123.223"; in test_pcEndpointName_IPv4_HappyPath() local2383 int lNameSize = sizeof( cIPString ) + 1; in test_pcEndpointName_IPv4_HappyPath()2397 pcStubFreeRTOS_inet_ntop_TargetCopySource = cIPString; in test_pcEndpointName_IPv4_HappyPath()2402 TEST_ASSERT_EQUAL_MEMORY( pcName, cIPString, lNameSize ); in test_pcEndpointName_IPv4_HappyPath()2418 char cIPString[] = "192.168.123.223"; in test_pcEndpointName_IPv4_NullBufferPointer() local2419 int lNameSize = sizeof( cIPString ) + 1; in test_pcEndpointName_IPv4_NullBufferPointer()2454 const char cIPString[] = "192.168.123.223"; in test_pcEndpointName_IPv4_TruncateBuffer() local2455 int lNameSize = sizeof( cIPString ) - 3; in test_pcEndpointName_IPv4_TruncateBuffer()2469 pcStubFreeRTOS_inet_ntop_TargetCopySource = cIPString; in test_pcEndpointName_IPv4_TruncateBuffer()2474 TEST_ASSERT_EQUAL_MEMORY( pcName, cIPString, lNameSize ); in test_pcEndpointName_IPv4_TruncateBuffer()[all …]