Home
last modified time | relevance | path

Searched refs:pcEndpointName (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/
DFreeRTOS_Routing_ConfigV4Only_utest.c202 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv6HappyPath()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_Routing.h325 const char * pcEndpointName( const NetworkEndPoint_t * pxEndPoint,
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ND.c501pcEndpointName( xNDCache[ x ].pxEndPoint, pcBuffer, sizeof( pcBuffer ) ) ) ); in FreeRTOS_PrintNDCache()
954pcEndpointName( pxEndPoint, pcAddress, sizeof( pcAddress ) ) ) ); in prvProcessICMPMessage_IPv6()
1036pcEndpointName( pxEndPointFound, pcName, sizeof( pcName ) ) ) ); in prvProcessICMPMessage_IPv6()
DFreeRTOS_Routing.c1487 const char * pcEndpointName( const NetworkEndPoint_t * pxEndPoint, in pcEndpointName() function
DFreeRTOS_ARP.c579 …acheMiss ) ? "Miss" : ( eResult == eARPCacheHit ) ? "Hit" : "Error", pcEndpointName( pxEndPoint, p… in xCheckRequiresARPResolution()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c2401 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv4_HappyPath()
2434 pcName = pcEndpointName( &xEndPoint, NULL, lNameSize ); in test_pcEndpointName_IPv4_NullBufferPointer()
2473 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv4_TruncateBuffer()
2490 pcName = pcEndpointName( NULL, cName, lNameSize ); in test_pcEndpointName_NullEndpoint()
2530 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv6_HappyPath()
2570 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv6_TruncateBuffer()