Searched refs:full_length (Results 1 – 2 of 2) sorted by relevance
403 pkt->full_length = dp_get_msglen(rcs, pkt->buf); in dp_got_full_hdr()406 pkt->full_length)); in dp_got_full_hdr()408 if ((pkt->full_length < 0) || in dp_got_full_hdr()409 (pkt->full_length < sizeof (dp_header_t)) || in dp_got_full_hdr()410 (pkt->full_length > DP_BUFFER_SIZE)) { in dp_got_full_hdr()419 } else if (pkt->full_length == sizeof (dp_header_t)) { in dp_got_full_hdr()499 msglen = pkt->full_length - sizeof (dp_header_t) - sizeof (crc); in dp_got_full_msg()501 bcopy(pkt->buf + (pkt->full_length - sizeof (crc)), &crc, sizeof (crc)); in dp_got_full_msg()867 max = pkt->full_length - pkt->bufpos; in rmc_comm_dp_drecv()883 if (pkt->bufpos >= pkt->full_length) { in rmc_comm_dp_drecv()[all …]
93 int16_t full_length; /* Full length of this message. */ member