Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_stubs.c42 const char * pcStubFreeRTOS_inet_ntop_TargetCopySource; variable
60 if( ( pcDestination != NULL ) && ( pcStubFreeRTOS_inet_ntop_TargetCopySource != NULL ) ) in pcStubFreeRTOS_inet_ntop()
62 …memcpy( pcDestination, pcStubFreeRTOS_inet_ntop_TargetCopySource, ulStubFreeRTOS_inet_ntop_CopySiz… in pcStubFreeRTOS_inet_ntop()
DFreeRTOS_Routing_utest.c2397 pcStubFreeRTOS_inet_ntop_TargetCopySource = cIPString; in test_pcEndpointName_IPv4_HappyPath()
2430 pcStubFreeRTOS_inet_ntop_TargetCopySource = NULL; in test_pcEndpointName_IPv4_NullBufferPointer()
2469 pcStubFreeRTOS_inet_ntop_TargetCopySource = cIPString; in test_pcEndpointName_IPv4_TruncateBuffer()
2526 pcStubFreeRTOS_inet_ntop_TargetCopySource = cIPString; in test_pcEndpointName_IPv6_HappyPath()
2566 pcStubFreeRTOS_inet_ntop_TargetCopySource = cIPString; in test_pcEndpointName_IPv6_TruncateBuffer()