/openthread-latest/src/core/net/ |
D | mdns.hpp | 779 enum Section : uint8_t enum in ot::Dns::Multicast::Core 844 uint16_t GetFor(Section aSection) const { return mCounts[aSection]; } in GetFor() 845 void Increment(Section aSection) { mCounts[aSection]++; } in Increment() 929 void MarkAsAppended(TxMessage &aTxMessage, Section aSection); 955 Section mAppendSection; 1002 typedef void (*NameAppender)(Entry &aEntry, TxMessage &aTxMessage, Section aSection); 1014 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection, NameAppender aNameAppender); 1016 Section aSection, 1090 void AppendAddressRecordsTo(TxMessage &aTxMessage, Section aSection); 1091 void AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection); [all …]
|
D | dns_client.hpp | 301 enum Section : uint8_t enum in ot::Dns::Client::Response 310 void SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) const; 311 Error CheckForHostNameAlias(Section aSection, Name &aHostName) const; 312 Error FindHostAddress(Section aSection, 318 …Error FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, ARecord &aARecord) con… 323 Error ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceInfo) const; 324 Error ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInfo) const;
|
D | mdns.cpp | 394 void Core::UpdateCacheFlushFlagIn(ResourceRecord &aResourceRecord, Section aSection, bool aIsLegacy… in UpdateCacheFlushFlagIn() 756 void Core::RecordInfo::MarkAsAppended(TxMessage &aTxMessage, Section aSection) in MarkAsAppended() 1265 void Core::Entry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection, NameAppender aNameAppe… in AppendKeyRecordTo() 1296 Section aSection, in AppendNsecRecordTo() 1616 void Core::HostEntry::AppendAddressRecordsTo(TxMessage &aTxMessage, Section aSection) in AppendAddressRecordsTo() 1645 void Core::HostEntry::AppendKeyRecordTo(TxMessage &aTxMessage, Section aSection) in AppendKeyRecordTo() 1650 void Core::HostEntry::AppendNsecRecordTo(TxMessage &aTxMessage, Section aSection) in AppendNsecRecordTo() 1670 void Core::HostEntry::AppendEntryName(Entry &aEntry, TxMessage &aTxMessage, Section aSection) in AppendEntryName() 1675 void Core::HostEntry::AppendNameTo(TxMessage &aTxMessage, Section aSection) in AppendNameTo() 2392 void Core::ServiceEntry::AppendSrvRecordTo(TxMessage &aTxMessage, Section aSection) in AppendSrvRecordTo() [all …]
|
D | dns_client.cpp | 139 void Client::Response::SelectSection(Section aSection, uint16_t &aOffset, uint16_t &aNumRecord) con… in SelectSection() 162 Error Client::Response::CheckForHostNameAlias(Section aSection, Name &aHostName) const in CheckForHostNameAlias() 208 Error Client::Response::FindHostAddress(Section aSection, in FindHostAddress() 233 Error Client::Response::FindARecord(Section aSection, const Name &aHostName, uint16_t aIndex, AReco… in FindARecord() 271 Error Client::Response::ReadServiceInfo(Section aSection, const Name &aName, ServiceInfo &aServiceI… in ReadServiceInfo() 329 Error Client::Response::ReadTxtRecord(Section aSection, const Name &aName, ServiceInfo &aServiceInf… in ReadTxtRecord() 434 Section section; in GetAddress() 601 Section srvSection; in GetServiceInfo() 602 Section txtSection; in GetServiceInfo() 668 Section section = kAdditionalDataSection; in GetHostAddress()
|
D | dnssd_server.cpp | 766 static const Section kSections[] = {kAnswerSection, kAdditionalDataSection}; in ResolveBySrp() 771 Section srvSection; in ResolveBySrp() 772 Section txtSection; in ResolveBySrp() 843 for (Section section : kSections) in ResolveBySrp() 1190 static const Section kSections[] = {kAnswerSection, kAdditionalDataSection}; in Answer() 1193 …Section srvSection = ((mType == kSrvQuery) || (mType == kSrvTxtQuery)) ? kAnswerSection : kAdditio… in Answer() 1194 …Section txtSection = ((mType == kTxtQuery) || (mType == kSrvTxtQuery)) ? kAnswerSection : kAdditio… in Answer() 1205 for (Section section : kSections) in Answer()
|
D | dnssd_server.hpp | 353 enum Section : uint8_t enum in ot::Dns::ServiceDiscovery::Server 468 Section mSection;
|
/openthread-latest/third_party/jlink/SEGGER_RTT_V640/RTT/ |
D | SEGGER_RTT.c | 193 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section))) Var argument 195 #define SEGGER_RTT_PUT_SECTION(Var, Section) RTT_PRAGMA(location=Section) \ argument 198 #define SEGGER_RTT_PUT_SECTION(Var, Section) __attribute__ ((section (Section), zero_init)) Var argument 203 #define SEGGER_RTT_PUT_SECTION(Var, Section) Var argument
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_aes.ofb.data | 3 # Test Vectors - Appendix F, Section F.4
|
D | test_suite_gcm.function | 497 /* NISP SP 800-38D, Section 5.2.1.1 requires that bit length of IV should 535 /* NISP SP 800-38D, Section 5.2.1.1 requires that bit length of AD should 576 /* NISP SP 800-38D, Section 5.2.1.1 requires that bit length of input should
|
D | test_suite_ssl.data | 2876 # Application Data record sent by Client in 1-RTT example of RFC 8448, Section 3 2895 # Application Data record sent by Server in 1-RTT example of RFC 8448, Section 3 2925 # For the resumption PSK, see Section 3, 'generate resumption secret "tls13 resumption"' 2926 # For all other data, see Section 4, 'construct a ClientHello handshake message:'
|
/openthread-latest/tests/unit/ |
D | test_mdns.cpp | 218 enum Section : uint8_t enum 602 const DnsRecords &RecordsFor(Section aSection) const in RecordsFor() 775 void Validate(const Core::Host &aHost, Section aSection, GoodBye aIsGoodBye = kNotGoodBye) const in Validate() 801 Section aSection, in Validate() 851 void Validate(const Core::Key &aKey, Section aSection, GoodBye aIsGoodBye = kNotGoodBye) const in Validate() 1166 static void SendPtrResponse(const char *aName, const char *aPtrName, uint32_t aTtl, Section aSectio… in SendPtrResponse() 1213 Section aSection) in SendSrvResponse() 1261 Section aSection) in SendTxtResponse() 1306 Section aSection) in SendHostAddrResponse() 1358 static void SendResponseWithEmptyKey(const char *aName, Section aSection) in SendResponseWithEmptyKey()
|
/openthread-latest/third_party/mbedtls/repo/framework/ |
D | LICENSE | 306 distribute such modifications or work under the terms of Section 1 349 under Section 2) in object code or executable form under the terms of
|
/openthread-latest/third_party/mbedtls/repo/ |
D | LICENSE | 306 distribute such modifications or work under the terms of Section 1 349 under Section 2) in object code or executable form under the terms of
|
D | ChangeLog | 3706 as recommended in RFC 6347 Section 4.1.2.7. 3997 in RFC 6347 Section 4.3.1. This could cause the execution of the
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-limitations.md | 152 RFC 4055 Section 3.1 defines the encoding of RSA-PSS that's used in X.509.
|
/openthread-latest/src/cli/ |
D | README.md | 1433 …n provided by server/resolver in the browse response (in additional Data Section). This is a SHOUL…
|
/openthread-latest/doc/ |
D | Doxyfile.in | 1046 # See also: Section \class.
|