Home
last modified time | relevance | path

Searched refs:ucProtocolAddressLength (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c53 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 …]
/FreeRTOS-Plus-TCP-v4.0.0/source/include/
DFreeRTOS_IP_Private.h127 …uint8_t ucProtocolAddressLength; /**< Length in octets of the internetwork protocol 5 + 1 =… member
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ARP.c180 ( pxARPHeader->ucProtocolAddressLength == ipIP_ADDRESS_LENGTH_BYTES ) ) in eARPProcessPacket()