atopcase_header
struct atopcase_header *hdr = msg;
struct atopcase_header *hdr = (struct atopcase_header *)pkt->data;
KASSERT(len <= ATOPCASE_DATA_SIZE - sizeof(struct atopcase_header),
rdesc->rdsize = ATOPCASE_MSG_SIZE - sizeof(struct atopcase_header) - 2;
rdesc->srsize = ATOPCASE_DATA_SIZE - sizeof(struct atopcase_header) - 2;
if (len >= ATOPCASE_DATA_SIZE - sizeof(struct atopcase_header) - 2)