Searched refs:ipARP_REPLY (Results 1 – 4 of 4) sorted by relevance
383 xARPFrame.xARPHeader.usOperation = ipARP_REQUEST | ipARP_REPLY; in test_eARPProcessPacket_InvalidOperation()527 xARPFrame.xARPHeader.usOperation = ipARP_REPLY; in test_eARPProcessPacket_Reply_TargetIPSameAsLocalIP()562 xARPFrame.xARPHeader.usOperation = ipARP_REPLY; in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()600 xARPFrame.xARPHeader.usOperation = ipARP_REPLY; in test_eARPProcessPacket_Reply_SenderAndTargetSame()656 xARPFrame.xARPHeader.usOperation = ipARP_REPLY; in test_eARPProcessPacket_Reply_DifferentIP()693 xARPFrame.xARPHeader.usOperation = ipARP_REPLY; in test_eARPProcessPacket_Reply_DifferentIP_WaitingBufferNonNull()732 xARPFrame.xARPHeader.usOperation = ipARP_REPLY; in test_eARPProcessPacket_Reply_WaitingBufferNonNull_MatchingAddress1()778 xARPFrame.xARPHeader.usOperation = ipARP_REPLY; in test_eARPProcessPacket_Reply_WaitingBufferNonNull_MatchingAddress2()
303 #define ipARP_REPLY ( 0x0200U ) macro327 #define ipARP_REPLY ( 0x0002 ) macro
268 pxARPHeader->usOperation = ( uint16_t ) ipARP_REPLY; in eARPProcessPacket()294 case ipARP_REPLY: in eARPProcessPacket()
498 case ipARP_REPLY: in vDetermineMessageType()