typedef struct {
short device;
long type;
char plen;
} __attribute__ ((packed)) test_pack_t;


struct test_pack {
short device;
long type;
char plen;
} __attribute__ ((packed));