Searched defs:ems_cpc_msg (Results 1 – 1 of 1) sorted by relevance
200 struct __packed ems_cpc_msg { struct201 u8 type; /* type of message */202 u8 length; /* length of data within union 'msg' */203 u8 msgid; /* confirmation handle */204 u32 ts_sec; /* timestamp in seconds */205 u32 ts_nsec; /* timestamp in nano seconds */207 union {216 } msg;