Searched defs:gsm_msg (Results 1 – 2 of 2) 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[];
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[0];