Home
last modified time | relevance | path

Searched refs:kTypeUnicast (Results 1 – 9 of 9) sorted by relevance

/openthread-3.5.0/src/core/radio/
Dtrel_packet.cpp69 case kTypeUnicast: in GetSize()
88 case kTypeUnicast: in ToString()
100 if ((type == kTypeUnicast) || (type == kTypeAck)) in ToString()
105 if ((type == kTypeUnicast) || (type == kTypeBroadcast)) in ToString()
Dtrel_packet.hpp65 kTypeUnicast = 1, ///< A TREL unicast packet. enumerator
Dtrel_link.cpp144 type = Header::kTypeUnicast; in BeginTransmit()
207 if (type == Header::kTypeUnicast) in BeginTransmit()
Dtrel_interface.cpp383 case Header::kTypeUnicast: in Send()
/openthread-3.5.0/src/core/thread/
Dnetwork_data_publisher.cpp507 Publish(Info::InfoUnicast(kTypeUnicast, aAddress, aPort)); in PublishUnicast()
580 case kTypeUnicast: in Add()
612 case kTypeUnicast: in Remove()
661 case kTypeUnicast: in Process()
735 if (GetType() == kTypeUnicast) in CountUnicastEntries()
Dnetwork_data_publisher.hpp405 kTypeUnicast, enumerator
/openthread-3.5.0/tests/unit/
Dtest_child.cpp49 Ip6::Address::TypeFilter filters[] = {Ip6::Address::kTypeUnicast, Ip6::Address::kTypeMulticast}; in VerifyChildIp6Addresses()
115 case Ip6::Address::kTypeUnicast: in VerifyChildIp6Addresses()
/openthread-3.5.0/src/core/net/
Dip6_address.hpp604 kTypeUnicast, ///< Accept unicast IPv6 addresses only. enumerator
Dip6_address.cpp476 case kTypeUnicast: in MatchesFilter()