File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 8686
8787#if ( ipconfigUSE_IPv4 != 0 )
8888
89- static void vARPProcessPacketReply ( const ARPPacket_t * pxARPFrame ,
90- NetworkEndPoint_t * pxTargetEndPoint ,
91- uint32_t ulSenderProtocolAddress );
92-
9389 static void vARPProcessPacketRequest ( ARPPacket_t * pxARPFrame ,
9490 NetworkEndPoint_t * pxTargetEndPoint ,
9591 uint32_t ulSenderProtocolAddress );
9692
93+ static void vARPProcessPacketReply ( const ARPPacket_t * pxARPFrame ,
94+ NetworkEndPoint_t * pxTargetEndPoint ,
95+ uint32_t ulSenderProtocolAddress );
96+
9797/*
9898 * Lookup an MAC address in the ARP cache from the IP address.
9999 */
@@ -346,8 +346,6 @@ static TickType_t xLastGratuitousARPTime = 0U;
346346 }
347347/*-----------------------------------------------------------*/
348348
349-
350-
351349/**
352350 * @brief Process an ARP request packets.
353351 *
@@ -966,7 +964,6 @@ static BaseType_t prvFindCacheEntry( const MACAddress_t * pxMACAddress,
966964 }
967965/*-----------------------------------------------------------*/
968966
969-
970967/**
971968 * @brief The IPv4 address is apparently a web-address. Find a gateway..
972969 * @param[in] pulIPAddress The target IP-address. It may be replaced with the IP
You can’t perform that action at this time.
0 commit comments