Home
last modified time | relevance | path

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

/openthread-latest/src/core/radio/
Dtrel_packet.cpp66 case kTypeUnicast: in GetSize()
85 case kTypeUnicast: in ToString()
97 if ((type == kTypeUnicast) || (type == kTypeAck)) in ToString()
102 if ((type == kTypeUnicast) || (type == kTypeBroadcast)) in ToString()
Dtrel_packet.hpp63 kTypeUnicast = 1, ///< A TREL unicast packet. enumerator
Dtrel_link.cpp140 type = Header::kTypeUnicast; in BeginTransmit()
203 if (type == Header::kTypeUnicast) in BeginTransmit()
Dtrel_interface.cpp381 case Header::kTypeUnicast: in Send()
/openthread-latest/src/core/thread/
Dnetwork_data_publisher.cpp503 Publish(Info::InfoUnicast(kTypeUnicast, aAddress, aPort, aVersion)); in PublishUnicast()
575 case kTypeUnicast: in Add()
606 case kTypeUnicast: in Remove()
671 case kTypeUnicast: in Process()
Dnetwork_data_publisher.hpp394 kTypeUnicast, enumerator
/openthread-latest/tests/unit/
Dtest_child.cpp49 Ip6::Address::TypeFilter filters[] = {Ip6::Address::kTypeUnicast, Ip6::Address::kTypeMulticast}; in VerifyChildIp6Addresses()
/openthread-latest/src/core/net/
Dip6_address.hpp549 kTypeUnicast, ///< Accept unicast IPv6 addresses only. enumerator
Dip6_address.cpp482 case kTypeUnicast: in MatchesFilter()