Home
last modified time | relevance | path

Searched refs:usOperation (Results 1 – 6 of 6) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c524 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 …]
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ARP.c263 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()
DFreeRTOS_Routing.c972 if( pxARPFrame->xARPHeader.usOperation == ( uint16_t ) ipARP_REQUEST ) in FreeRTOS_MatchingEndpoint()
977 … else if( pxARPFrame->xARPHeader.usOperation == ( uint16_t ) ipARP_REPLY ) in FreeRTOS_MatchingEndpoint()
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h128 …uint16_t usOperation; /**< Operation that the sender is performing 6 + 2 =… member
/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_dump_packets.c492 switch( pxARPHeader->usOperation ) in vDetermineMessageType()
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Routing/
DFreeRTOS_Routing_utest.c2821 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()