Searched refs:ucProtocolAddressLength (Results 1 – 3 of 3) sorted by relevance
53 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in vResetARPClashCounter()346 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES + 1; in test_eARPProcessPacket_DifferentProtocolLength()372 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_SourceMACIsBroadcast()400 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_SourceMACIsMulticast()426 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_IPIsLocalLoopBack()456 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_SenderIPLessThanLoopBack()487 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_LocalIPisZero()517 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_InvalidOperation()548 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_Request_DifferentIP()580 xARPFrame.xARPHeader.ucProtocolAddressLength = ipIP_ADDRESS_LENGTH_BYTES; in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()[all …]
127 …uint8_t ucProtocolAddressLength; /**< Length in octets of the internetwork protocol 5 + 1 =… member
180 ( pxARPHeader->ucProtocolAddressLength == ipIP_ADDRESS_LENGTH_BYTES ) ) in eARPProcessPacket()