Lines Matching refs:eReturn
125 eFrameProcessingResult_t eReturn = eReleaseBuffer; in eARPProcessPacket() local
289 eReturn = eReturnEthernetFrame; in eARPProcessPacket()
306 return eReturn; in eARPProcessPacket()
658 eARPLookupResult_t eReturn = eARPCacheMiss; in eARPGetCacheEntryByMac() local
671 eReturn = eARPCacheHit; in eARPGetCacheEntryByMac()
676 return eReturn; in eARPGetCacheEntryByMac()
699 eARPLookupResult_t eReturn; in eARPGetCacheEntry() local
712 eReturn = eARPCacheHit; in eARPGetCacheEntry()
719 eReturn = eARPCacheHit; in eARPGetCacheEntry()
725 eReturn = eCantSendPacket; in eARPGetCacheEntry()
730 eReturn = eARPCacheHit; in eARPGetCacheEntry()
735 eReturn = eARPCacheMiss; in eARPGetCacheEntry()
741 eReturn = prvCacheLookup( *pulIPAddress, pxMACAddress ); in eARPGetCacheEntry()
743 if( eReturn == eARPCacheHit ) in eARPGetCacheEntry()
772 …if( eReturn == eARPCacheMiss ) /*lint !e774: (Info -- Boolean within 'if' always evaluates to True… in eARPGetCacheEntry()
781 eReturn = eCantSendPacket; in eARPGetCacheEntry()
785 eReturn = prvCacheLookup( ulAddressToLookup, pxMACAddress ); in eARPGetCacheEntry()
787 if( eReturn == eARPCacheMiss ) in eARPGetCacheEntry()
796 return eReturn; in eARPGetCacheEntry()
817 eARPLookupResult_t eReturn = eARPCacheMiss; in prvCacheLookup() local
830 eReturn = eCantSendPacket; in prvCacheLookup()
836 eReturn = eARPCacheHit; in prvCacheLookup()
843 return eReturn; in prvCacheLookup()