Searched defs:srp_t_logout (Results 1 – 2 of 2) sorted by relevance
169 struct srp_t_logout { struct170 uint8_t opcode;171 uint8_t sol_not;172 uint8_t reserved[2];173 uint32_t reason;174 uint64_t tag;
202 struct srp_t_logout { struct203 u8 opcode;204 u8 sol_not;205 u8 reserved[2];206 __be32 reason;207 u64 tag;