Searched defs:gsm_msg (Results 1 – 1 of 1) sorted by relevance
94 struct gsm_msg { struct95 struct list_head list;96 u8 addr; /* DLCI address + flags */97 u8 ctrl; /* Control byte + flags */98 unsigned int len; /* Length of data block (can be zero) */99 unsigned char *data; /* Points into buffer but not at the start */100 unsigned char buffer[];