Searched refs:MsgInfo (Results 1 – 2 of 2) sorted by relevance
990 struct MsgInfo struct in ot::Srp::Client1019 Error PrepareUpdateMessage(MsgInfo &aInfo);1021 Error AppendServiceInstructions(MsgInfo &aInfo);1023 Error AppendServiceInstruction(Service &aService, MsgInfo &aInfo);1024 Error AppendHostDescriptionInstruction(MsgInfo &aInfo);1025 Error AppendKeyRecord(MsgInfo &aInfo) const;1026 Error AppendDeleteAllRrsets(MsgInfo &aInfo) const;1027 Error AppendHostName(MsgInfo &aInfo, bool aDoNotCompress = false) const;1028 Error AppendAaaaRecord(const Ip6::Address &aAddress, MsgInfo &aInfo) const;1029 Error AppendUpdateLeaseOptRecord(MsgInfo &aInfo);[all …]
992 MsgInfo info; in SendUpdate()1101 Error Client::PrepareUpdateMessage(MsgInfo &aInfo) in PrepareUpdateMessage()1108 aInfo.mDomainNameOffset = MsgInfo::kUnknownOffset; in PrepareUpdateMessage()1109 aInfo.mHostNameOffset = MsgInfo::kUnknownOffset; in PrepareUpdateMessage()1209 Error Client::AppendServiceInstructions(MsgInfo &aInfo) in AppendServiceInstructions()1368 Error Client::AppendServiceInstruction(Service &aService, MsgInfo &aInfo) in AppendServiceInstruction()1490 Error Client::AppendHostDescriptionInstruction(MsgInfo &aInfo) in AppendHostDescriptionInstruction()1553 Error Client::AppendAaaaRecord(const Ip6::Address &aAddress, MsgInfo &aInfo) const in AppendAaaaRecord()1571 Error Client::AppendKeyRecord(MsgInfo &aInfo) const in AppendKeyRecord()1593 Error Client::AppendDeleteAllRrsets(MsgInfo &aInfo) const in AppendDeleteAllRrsets()[all …]