lqr_pkt_t
lqr_pkt_t lqr_pkt;
if (len < sizeof (lqr_pkt_t))
(void) memcpy(&lqr_pkt, data, sizeof (lqr_pkt_t));
len -= sizeof (lqr_pkt_t);