Searched defs:JoinMulticastGroup (Results 1 – 6 of 6) sorted by relevance
42 void FakeUdpSocket::JoinMulticastGroup(const IPAddress& address, in JoinMulticastGroup() function in openscreen::FakeUdpSocket
261 void UdpSocketPosix::JoinMulticastGroup(const IPAddress& address, in JoinMulticastGroup() function in openscreen::UdpSocketPosix
184 Error Udp::Plat::JoinMulticastGroup(SocketHandle &aSocket, NetifIdentifier aNetifId, const Address … in JoinMulticastGroup() function in ot::Ip6::Udp::Plat
678 const mDNSBool JoinMulticastGroup = (port.NotAnInteger != 0); in SetupSocket() local
738 TEST_F(UDPSocketTest, JoinMulticastGroup) { in TEST_F() argument