Searched defs:smp_hdr (Results 1 – 1 of 1) sorted by relevance
20 struct smp_hdr { struct22 uint8_t nh_op:3; /* MGMT_OP_[...] */23 uint8_t nh_version:2;24 uint8_t _res1:3;30 uint8_t nh_flags; /* Reserved for future flags */31 uint16_t nh_len; /* Length of the payload */32 uint16_t nh_group; /* MGMT_GROUP_ID_[...] */33 uint8_t nh_seq; /* Sequence number */34 uint8_t nh_id; /* Message ID within group */