Home
last modified time | relevance | path

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

/dragonfly/lib/libdmsg/
H A Dmsg.c842 if (dmsg_icrc32(head, ioq->hbytes) != xcrc32) { in dmsg_ioq_read()
845 xcrc32, dmsg_icrc32(head, ioq->hbytes), in dmsg_ioq_read()
986 xcrc32 = dmsg_icrc32(msg->aux_data, ioq->abytes); in dmsg_ioq_read()
1229 xcrc32 = dmsg_icrc32(msg->aux_data, abytes); in dmsg_iocom_flush1()
1237 msg->any.head.hdr_crc = dmsg_icrc32(&msg->any.head, hbytes); in dmsg_iocom_flush1()
H A Ddmsg.h375 #define dmsg_icrc32(buf, size) iscsi_crc32((buf), (size)) macro