Lines Matching refs:pulIPAddress
102 static eARPLookupResult_t eARPGetCacheEntryGateWay( uint32_t * pulIPAddress,
898 uint32_t * pulIPAddress, in eARPGetCacheEntryByMac() argument
905 configASSERT( pulIPAddress != NULL ); in eARPGetCacheEntryByMac()
919 *pulIPAddress = xARPCache[ x ].ulIPAddress; in eARPGetCacheEntryByMac()
955 eARPLookupResult_t eARPGetCacheEntry( uint32_t * pulIPAddress, in eARPGetCacheEntry() argument
964 configASSERT( pulIPAddress != NULL ); in eARPGetCacheEntry()
968 ulAddressToLookup = *pulIPAddress; in eARPGetCacheEntry()
1007 eReturn = eARPGetCacheEntryGateWay( pulIPAddress, pxMACAddress, ppxEndPoint ); in eARPGetCacheEntry()
1022 static eARPLookupResult_t eARPGetCacheEntryGateWay( uint32_t * pulIPAddress, in eARPGetCacheEntryGateWay() argument
1027 uint32_t ulAddressToLookup = *( pulIPAddress ); in eARPGetCacheEntryGateWay()
1029 uint32_t ulOrginal = *pulIPAddress; in eARPGetCacheEntryGateWay()
1061 ulAddressToLookup = *pulIPAddress; in eARPGetCacheEntryGateWay()
1069 ulAddressToLookup = *pulIPAddress; in eARPGetCacheEntryGateWay()
1096 *pulIPAddress = ulAddressToLookup; in eARPGetCacheEntryGateWay()