Searched refs:pktcsum (Results 1 – 1 of 1) sorted by relevance
777 unsigned char pktcsum; in read_frame() local781 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()
Completed in 4 milliseconds