Lines Matching refs:ppxEndPoint
100 NetworkEndPoint_t ** ppxEndPoint );
104 struct xNetworkEndPoint ** ppxEndPoint );
957 struct xNetworkEndPoint ** ppxEndPoint ) in eARPGetCacheEntry() argument
965 configASSERT( ppxEndPoint != NULL ); in eARPGetCacheEntry()
967 *( ppxEndPoint ) = NULL; in eARPGetCacheEntry()
986 *( ppxEndPoint ) = pxEndPoint; in eARPGetCacheEntry()
1000 *( ppxEndPoint ) = pxEndPoint; in eARPGetCacheEntry()
1007 eReturn = eARPGetCacheEntryGateWay( pulIPAddress, pxMACAddress, ppxEndPoint ); in eARPGetCacheEntry()
1024 struct xNetworkEndPoint ** ppxEndPoint ) in eARPGetCacheEntryGateWay() argument
1039 eReturn = prvCacheLookup( ulAddressToLookup, pxMACAddress, ppxEndPoint ); in eARPGetCacheEntryGateWay()
1052 *( ppxEndPoint ) = FreeRTOS_FindGateWay( ( BaseType_t ) ipTYPE_IPv4 ); in eARPGetCacheEntryGateWay()
1054 if( *( ppxEndPoint ) != NULL ) in eARPGetCacheEntryGateWay()
1057 ulAddressToLookup = ( *ppxEndPoint )->ipv4_settings.ulGatewayAddress; in eARPGetCacheEntryGateWay()
1070 *ppxEndPoint = pxEndPoint; in eARPGetCacheEntryGateWay()
1085 eReturn = prvCacheLookup( ulAddressToLookup, pxMACAddress, ppxEndPoint ); in eARPGetCacheEntryGateWay()
1119 NetworkEndPoint_t ** ppxEndPoint ) in prvCacheLookup() argument
1142 *( ppxEndPoint ) = xARPCache[ x ].pxEndPoint; in prvCacheLookup()