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