Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dpacket.c1044 u_int checksum, stored_checksum; in packet_read_poll1() local
1108 stored_checksum = GET_32BIT(cp); in packet_read_poll1()
1109 if (checksum != stored_checksum) in packet_read_poll1()