Searched refs:dp_msgp (Results 1 – 1 of 1) sorted by relevance
528 dp_header_t *dp_msgp; in dp_get_msglen() local531 dp_msgp = (dp_header_t *)buf; in dp_get_msglen()533 crc = dp_calc_crc16(buf + sizeof (dp_msgp->pad), sizeof (dp_header_t) - in dp_get_msglen()534 sizeof (dp_msgp->crc) - sizeof (dp_msgp->pad)); in dp_get_msglen()536 if (dp_msgp->crc == crc) { in dp_get_msglen()537 return (dp_msgp->length + sizeof (dp_msgp->pad)); in dp_get_msglen()553 dp_header_t *dp_msgp = (dp_header_t *)buf; in dp_send_packet() local560 total = dp_msgp->length; in dp_send_packet()561 buf = buf + sizeof (dp_msgp->pad); in dp_send_packet()929 dp_header_t *dp_msgp; in rmc_comm_dp_mrecv() local[all …]