Searched defs:gsm_msg (Results 1 – 1 of 1) sorted by relevance
110 struct gsm_msg { struct111 struct gsm_msg *next; argument112 u8 addr; /* DLCI address + flags */113 u8 ctrl; /* Control byte + flags */114 unsigned int len; /* Length of data block (can be zero) */115 unsigned char *data; /* Points into buffer but not at the start */116 unsigned char buffer[0];