Lines Matching +full:commit +full:- +full:message
37 #include "openthread-core-config.h"
43 #include "common/message.hpp"
55 * @addtogroup core-dhcp6
70 * DHCPv6 Message Types
130 * Returns the DHCPv6 message type.
132 * @returns The DHCPv6 message type.
138 * Sets the DHCPv6 message type.
140 * @param[in] aType The DHCPv6 message type.
146 * Returns the DHCPv6 message transaction identifier.
148 * @returns The DHCPv6 message transaction identifier.
154 * Sets the DHCPv6 message transaction identifier.
156 * @param[in] aTransactionId The DHCPv6 message transaction identifier.
257 kDuidLinkLayerAddressPlusTime = 1, ///< Link-layer address plus time (DUID-LLT).
258 …kDuidEnterpriseNumber = 2, ///< Vendor-assigned unique ID based on Enterprise Number (DUID…
259 kDuidLinkLayerAddress = 3, ///< Link-layer address (DUID-LL).
273 SetLength(sizeof(*this) - sizeof(Option)); in Init()
311 * @returns The link-layer address.
344 SetLength(sizeof(*this) - sizeof(Option)); in Init()
382 * @returns The link-layer address.
405 * Represents an Identity Association for Non-temporary Address DHCPv6 option.
422 SetLength(sizeof(*this) - sizeof(Option)); in Init()
497 SetLength(sizeof(*this) - sizeof(Option)); in Init()
577 SetLength(sizeof(*this) - sizeof(Option)); in Init()
633 SetLength(sizeof(*this) - sizeof(Option)); in Init()
657 * Represents an Rapid Commit DHCPv6 option.
671 SetLength(sizeof(*this) - sizeof(Option)); in Init()