Home
last modified time | relevance | path

Searched refs:AddrType (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/net/
Ddnssd_server.hpp335 enum AddrType : uint8_t enum in ot::Dns::ServiceDiscovery::Server
410 Error AppendHostAddresses(AddrType aAddrType, const HostInfo &aHostInfo);
412 …Error AppendHostAddresses(AddrType aAddrType, const Ip6::Address *aAddrs, uint16_t aAddrsLength, u…
Ddnssd_server.cpp579 Error Server::Response::AppendHostAddresses(AddrType aAddrType, const HostInfo &aHostInfo) in AppendHostAddresses()
590 Error Server::Response::AppendHostAddresses(AddrType aAddrType, in AppendHostAddresses()
1222 AddrType addrType = (mType == kAaaaQuery) ? kIp6AddrType : kIp4AddrType; in Answer()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp183 enum AddrType : uint8_t in TestMacHeader() enum
200 AddrType mSrcAddrType; in TestMacHeader()
202 AddrType mDstAddrType; in TestMacHeader()