Searched defs:msg_cksum (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpcp/common/
H A Dpcp_common.h55 uint16_t msg_cksum; /* 16-bit checksum of req msg data */ member in struct:pcp_req_msg_hdr
74 uint16_t msg_cksum; /* 16-bit checksum of resp msg data */ member in struct:pcp_resp_msg_hdr
H A Dlibpcp.c390 /* calculate request msg_cksum */
405 req_msg_hdr->msg_cksum = cksum;
513 if (cksum != resp_msg_hdr->msg_cksum) {
967 hdrp->msg_cksum = htons(req_hdr->msg_cksum);
993 uint16_t msg_cksum; local
1089 if ((ret = pcp_io_op(&msg_cksum, sizeof (msg_cksum),
1094 msg_cksum = ntohs(msg_cksum);
[all...]
/illumos-gate/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c142 uint16_t msg_cksum; /* 16-bit checksum of req msg data */ member in struct:tsal_pcp_req_msg_hdr
160 uint16_t msg_cksum; /* 16-bit checksum of resp msg data */ member in struct:tsal_pcp_resp_msg_hdr
924 /* calculate request msg_cksum */
939 req_msg_hdr->msg_cksum = cksum;
1034 if (cksum != resp_msg_hdr->msg_cksum) {
1369 hdrp->msg_cksum = htons(req_hdr->msg_cksum);
1396 uint16_t msg_cksum; local
1488 if ((ret = tsal_pcp_io_op(sc, &msg_cksum, sizeof (msg_cksum),
[all...]

Completed in 64 milliseconds