Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/gdb/
H A Dremote.c777 unsigned char pktcsum; in read_frame() local
781 pktcsum = fromhex (readchar (remote_timeout)) << 4; in read_frame()
782 pktcsum |= fromhex (readchar (remote_timeout)); in read_frame()
784 if (csum == pktcsum) in read_frame()
793 pktcsum, csum); in read_frame()