Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dplus_tcp_demo_cli.c473 uint32_t ulLookUpIP; in handle_arpq() local
528 ulLookUpIP = ulIPAddress; in handle_arpq()
535 eResult = eARPGetCacheEntry( &ulLookUpIP, &xMACAddress, &pxEndPoint ); in handle_arpq()
537 …pcARPReturnType( eResult ), ( unsigned ) FreeRTOS_htonl( ulLookUpIP ), ( pxEndPoint != NULL ) ? "y… in handle_arpq()
571 ( unsigned ) FreeRTOS_ntohl( ulLookUpIP ) ) ); in handle_arpq()
573 xARPWaitResolution( ulLookUpIP, 1000U ); in handle_arpq()
617 eResult = eARPGetCacheEntry( &ulLookUpIP, &xMACAddress, &pxEndPoint ); in handle_arpq()