Searched refs:xARPWaitResolution (Results 1 – 5 of 5) sorted by relevance
/FreeRTOS-Plus-TCP-v4.0.0/source/include/ |
D | FreeRTOS_IP.h | 399 BaseType_t xARPWaitResolution( uint32_t ulIPAddress,
|
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/ |
D | plus_tcp_demo_cli.c | 573 xARPWaitResolution( ulLookUpIP, 1000U ); in handle_arpq() 713 xARPWaitResolution( ulGatewayAddress, pdMS_TO_TICKS( 5000U ) ); in handle_dnsq() 1034 xARPWaitResolution( ulPingIPAddress, pdMS_TO_TICKS( 5000U ) ); in handle_ping()
|
D | http_client_test.c | 312 … xARPWaitResolution( pxEndPoint->ipv4_settings.ulGatewayAddress, pdMS_TO_TICKS( 1000U ) ); in prvEchoClientTask()
|
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/ |
D | FreeRTOS_ARP_utest.c | 2802 catch_assert( xARPWaitResolution( ulIPAddress, 0 ) ); in test_xARPWaitResolution_PrivateFunctionReturnsHit() 2818 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution_PrivateFunctionReturnsHit() 2869 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution_GNWFailsNoTimeout() 2929 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution() 2980 xResult = xARPWaitResolution( ulIPAddress, 0 ); in test_xARPWaitResolution()
|
/FreeRTOS-Plus-TCP-v4.0.0/source/ |
D | FreeRTOS_ARP.c | 1350 BaseType_t xARPWaitResolution( uint32_t ulIPAddress, in xARPWaitResolution() function
|