Searched refs:ucProtocolAddressLength (Results 1 – 3 of 3) sorted by relevance
43 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES + 1; in vResetARPClashCounter()245 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES + 1; in test_eARPProcessPacket_DifferentProtocolLength()266 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_SourceMACIsBroadcast()288 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_SourceMACIsMulticast()309 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_IPIsLocalLoopBack()333 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_SenderIPLessThanLoopBack()357 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_LocalIPisZero()378 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_InvalidOperation()400 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_Request_DifferentIP()423 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()[all …]
93 …uint8_t ucProtocolAddressLength; /**< Length in octets of the internetwork protocol 5 + 1 =… member
178 ( pxARPHeader->ucProtocolAddressLength != ipIP_ADDRESS_LENGTH_BYTES ) ) in eARPProcessPacket()