Searched refs:pcEndpointName (Results 1 – 6 of 6) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing_ConfigV4Only/ |
D | FreeRTOS_Routing_ConfigV4Only_utest.c | 202 pcName = pcEndpointName( &xEndPoint, cName, lNameSize ); in test_pcEndpointName_IPv6HappyPath()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_Routing.h | 325 const char * pcEndpointName( const NetworkEndPoint_t * pxEndPoint,
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_ND.c | 501 … pcEndpointName( xNDCache[ x ].pxEndPoint, pcBuffer, sizeof( pcBuffer ) ) ) ); in FreeRTOS_PrintNDCache() 954 … pcEndpointName( pxEndPoint, pcAddress, sizeof( pcAddress ) ) ) ); in prvProcessICMPMessage_IPv6() 1036 … pcEndpointName( pxEndPointFound, pcName, sizeof( pcName ) ) ) ); in prvProcessICMPMessage_IPv6()
|
D | FreeRTOS_Routing.c | 1487 const char * pcEndpointName( const NetworkEndPoint_t * pxEndPoint, in pcEndpointName() function
|
D | FreeRTOS_ARP.c | 579 …acheMiss ) ? "Miss" : ( eResult == eARPCacheHit ) ? "Hit" : "Error", pcEndpointName( pxEndPoint, p… in xCheckRequiresARPResolution()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/ |
D | FreeRTOS_Routing_utest.c | 2401 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()
|