Searched refs:usOperation (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 …]
263 if( pxARPHeader->usOperation == ( uint16_t ) ipARP_REPLY ) in eARPProcessPacket()273 if( ( pxARPHeader->usOperation == ( uint16_t ) ipARP_REQUEST ) && in eARPProcessPacket()291 switch( pxARPHeader->usOperation ) in eARPProcessPacket()391 pxARPHeader->usOperation = ( uint16_t ) ipARP_REPLY; in vARPProcessPacketRequest()
972 if( pxARPFrame->xARPHeader.usOperation == ( uint16_t ) ipARP_REQUEST ) in FreeRTOS_MatchingEndpoint()977 … else if( pxARPFrame->xARPHeader.usOperation == ( uint16_t ) ipARP_REPLY ) in FreeRTOS_MatchingEndpoint()
128 …uint16_t usOperation; /**< Operation that the sender is performing 6 + 2 =… member
492 switch( pxARPHeader->usOperation ) 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()2924 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REPLY; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchIPv4Address()2975 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_REPLY; in test_FreeRTOS_MatchingEndpoint_ARPReplyMatchMACAddress()3027 pxProtocolPacket->xARPPacket.xARPHeader.usOperation = ipARP_PROTOCOL_TYPE; in test_FreeRTOS_MatchingEndpoint_ARPWrongOption()