Searched refs:ipARP_REQUEST (Results 1 – 6 of 6) sorted by relevance
524 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST | ipARP_REPLY; in test_eARPProcessPacket_InvalidOperation()552 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_DifferentIP()587 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()619 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_SenderAndTargetDifferent()642 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_SenderAndTargetDifferent()668 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_SenderAndTargetSame()725 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_GratuitousARP()790 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_GratuitousARP_MACUnchanged()852 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_GratuitousARP_OutOfSubnetIP()911 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST; in test_eARPProcessPacket_Request_GratuitousARP_MACMatchesWithEndpoint()[all …]
279 #define ipARP_REQUEST ( 0x0100U ) macro303 #define ipARP_REQUEST ( 0x0001 ) macro
273 if( ( pxARPHeader->usOperation == ( uint16_t ) ipARP_REQUEST ) && in eARPProcessPacket()293 case ipARP_REQUEST: in eARPProcessPacket()
972 if( pxARPFrame->xARPHeader.usOperation == ( uint16_t ) ipARP_REQUEST ) in FreeRTOS_MatchingEndpoint()
494 case ipARP_REQUEST: in vDetermineMessageType()
2821 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REQUEST; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchIPv4Address()2872 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REQUEST; in test_FreeRTOS_MatchingEndpoint_ARPReqMatchMACAddress()