Searched defs:JoinMulticastGroup (Results 1 – 4 of 4) 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
678 const mDNSBool JoinMulticastGroup = (port.NotAnInteger != 0); in SetupSocket() local
723 TEST_F(UDPSocketTest, JoinMulticastGroup) { in TEST_F() argument