Home
last modified time | relevance | path

Searched defs:usChecksum (Results 1 – 3 of 3) sorted by relevance

/FreeRTOS-Plus-TCP-v3.1.0/test/cbmc/proofs/UDP/vProcessGeneratedUDPPacket/
DvProcessGeneratedUDPPacket_harness.c30 uint16_t usChecksum; in usGenerateChecksum() local
/FreeRTOS-Plus-TCP-v3.1.0/source/
DFreeRTOS_IP_Utils.c452 uint16_t usChecksum; /* The checksum as calculated. */ in usGenerateProtocolChecksum() local
/FreeRTOS-Plus-TCP-v3.1.0/source/include/
DFreeRTOS_IP_Private.h125 uint16_t usChecksum; /**< The checksum of whole ICMP packet 2 + 2 = 4 */ member
138 uint16_t usChecksum; /**< The checksum of the whole UDP Packet 6 + 2 = 8 */ member
153 …uint16_t usChecksum; /**< The checksum of the header + 2 = 18 */ member