Searched defs:OutputRsp (Results 1 – 1 of 1) sorted by relevance
92 struct OutputRsp { struct93 uint16_t len; /* data len, equals tagLen plus content length, include '\0' */94 uint8_t level;95 uint8_t type;96 uint32_t pid;97 uint32_t tid;98 uint32_t domain;99 uint32_t tv_sec;100 uint32_t tv_nsec;101 uint32_t mono_sec;[all …]