Lines Matching refs:eARPLookupResult_t
98 static eARPLookupResult_t prvCacheLookup( uint32_t ulAddressToLookup,
102 static eARPLookupResult_t eARPGetCacheEntryGateWay( uint32_t * pulIPAddress,
574 eARPLookupResult_t eResult; in xCheckRequiresARPResolution()
897 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress, in eARPGetCacheEntryByMac()
902 eARPLookupResult_t eReturn = eARPCacheMiss; in eARPGetCacheEntryByMac()
955 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress, in eARPGetCacheEntry()
959 eARPLookupResult_t eReturn; in eARPGetCacheEntry()
1022 static eARPLookupResult_t eARPGetCacheEntryGateWay( uint32_t * pulIPAddress, in eARPGetCacheEntryGateWay()
1026 eARPLookupResult_t eReturn = eARPCacheMiss; in eARPGetCacheEntryGateWay()
1117 static eARPLookupResult_t prvCacheLookup( uint32_t ulAddressToLookup, in prvCacheLookup()
1122 eARPLookupResult_t eReturn = eARPCacheMiss; in prvCacheLookup()
1356 eARPLookupResult_t xLookupResult; in xARPWaitResolution()