/openthread-latest/src/ncp/platform/ |
D | infra_if.cpp | 34 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() 42 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd() 55 otError otPlatInfraIfDiscoverNat64Prefix(uint32_t aInfraIfIndex) in otPlatInfraIfDiscoverNat64Prefix()
|
/openthread-latest/src/posix/platform/ |
D | mdns_socket.cpp | 48 … otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 53 …C" void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() 184 otError MdnsSocket::SetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in SetListeningEnabled() 204 otError MdnsSocket::Enable(uint32_t aInfraIfIndex) in Enable() 229 void MdnsSocket::Disable(uint32_t aInfraIfIndex) in Disable() 243 void MdnsSocket::SendMulticast(otMessage *aMessage, uint32_t aInfraIfIndex) in SendMulticast() 492 otError MdnsSocket::OpenIp4Socket(uint32_t aInfraIfIndex) in OpenIp4Socket() 556 otError MdnsSocket::JoinOrLeaveIp4MulticastGroup(bool aJoin, uint32_t aInfraIfIndex) in JoinOrLeaveIp4MulticastGroup() 584 otError MdnsSocket::OpenIp6Socket(uint32_t aInfraIfIndex) in OpenIp6Socket() 649 otError MdnsSocket::JoinOrLeaveIp6MulticastGroup(bool aJoin, uint32_t aInfraIfIndex) in JoinOrLeaveIp6MulticastGroup()
|
D | infra_if.cpp | 65 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() 95 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd() 105 otError otPlatInfraIfDiscoverNat64Prefix(uint32_t aInfraIfIndex) in otPlatInfraIfDiscoverNat64Prefix() 214 otError InfraNetif::SendIcmp6Nd(uint32_t aInfraIfIndex, in SendIcmp6Nd() 752 otError InfraNetif::DiscoverNat64Prefix(uint32_t aInfraIfIndex) in DiscoverNat64Prefix()
|
/openthread-latest/examples/platforms/simulation/ |
D | mdns_socket.c | 101 static void OpenIp4Socket(uint32_t aInfraIfIndex) in OpenIp4Socket() 166 static void JoinOrLeaveIp4MulticastGroup(bool aJoin, uint32_t aInfraIfIndex) in JoinOrLeaveIp4MulticastGroup() 186 static void OpenIp6Socket(uint32_t aInfraIfIndex) in OpenIp6Socket() 246 static void JoinOrLeaveIp6MulticastGroup(bool aJoin, uint32_t aInfraIfIndex) in JoinOrLeaveIp6MulticastGroup() 267 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 298 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() 543 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 552 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast()
|
D | infra_if.c | 174 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() 181 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd() 209 otError otPlatInfraIfDiscoverNat64Prefix(uint32_t aInfraIfIndex) in otPlatInfraIfDiscoverNat64Prefix() 323 uint32_t aInfraIfIndex, in otPlatInfraIfRecvIcmp6Nd()
|
/openthread-latest/src/core/border_router/ |
D | infra_if.cpp | 186 uint32_t aInfraIfIndex, in otPlatInfraIfRecvIcmp6Nd() 197 extern "C" otError otPlatInfraIfStateChanged(otInstance *aInstance, uint32_t aInfraIfIndex, bool aI… in otPlatInfraIfStateChanged() 203 uint32_t aInfraIfIndex, in otPlatInfraIfDiscoverNat64PrefixDone()
|
D | routing_manager.cpp | 95 Error RoutingManager::Init(uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in Init()
|
/openthread-latest/tests/fuzz/ |
D | fuzzer_platform.cpp | 612 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 621 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast() 635 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() 643 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd() 656 otError otPlatInfraIfDiscoverNat64Prefix(uint32_t aInfraIfIndex) in otPlatInfraIfDiscoverNat64Prefix()
|
/openthread-latest/src/core/api/ |
D | border_routing_api.cpp | 46 otError otBorderRoutingInit(otInstance *aInstance, uint32_t aInfraIfIndex, bool aInfraIfIsRunning) in otBorderRoutingInit()
|
D | mdns_api.cpp | 45 otError otMdnsSetEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otMdnsSetEnabled()
|
/openthread-latest/tests/unit/ |
D | test_platform.cpp | 585 … otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 594 …AK void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast()
|
D | test_routing_manager.cpp | 290 bool otPlatInfraIfHasAddress(uint32_t aInfraIfIndex, const otIp6Address *aAddress) in otPlatInfraIfHasAddress() 297 otError otPlatInfraIfSendIcmp6Nd(uint32_t aInfraIfIndex, in otPlatInfraIfSendIcmp6Nd()
|
D | test_mdns.cpp | 1566 otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 1576 void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast()
|
/openthread-latest/src/core/net/ |
D | mdns.cpp | 89 Error Core::SetEnabled(bool aEnable, uint32_t aInfraIfIndex) in SetEnabled() 6465 … otError otPlatMdnsSetListeningEnabled(otInstance *aInstance, bool aEnable, uint32_t aInfraIfIndex) in otPlatMdnsSetListeningEnabled() 6474 …AK void otPlatMdnsSendMulticast(otInstance *aInstance, otMessage *aMessage, uint32_t aInfraIfIndex) in otPlatMdnsSendMulticast()
|