Searched defs:data_packet (Results 1 – 1 of 1) sorted by relevance
84 struct data_packet { struct85 unsigned short buf_len; /* should be set by caller */86 DevChanID type; /* valid when status is RS_GOOD_PKT */87 unsigned short len; /* --"-- */88 unsigned int crc; /* crc for the unescaped pkt */89 unsigned char *data; /* should be set by caller */