Home
last modified time | relevance | path

Searched refs:AllowAddressSharingForMulticast (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/net/socket/
H A Dudp_server_socket.cc42 rv = socket_.AllowAddressSharingForMulticast(); in Listen()
110 void UDPServerSocket::AllowAddressSharingForMulticast() { in AllowAddressSharingForMulticast() function in net::UDPServerSocket
H A Ddatagram_server_socket.h89 virtual void AllowAddressSharingForMulticast() = 0;
H A Dudp_server_socket.h54 void AllowAddressSharingForMulticast() override;
H A Dudp_socket_posix.h210 int AllowAddressSharingForMulticast();
H A Dudp_socket_win.h304 int AllowAddressSharingForMulticast();
H A Dudp_socket_unittest.cc797 socket1.AllowAddressSharingForMulticast(); in TEST_F()
807 socket2.AllowAddressSharingForMulticast(), IsOk(); in TEST_F()
H A Dudp_socket_posix.cc637 int UDPSocketPosix::AllowAddressSharingForMulticast() { in AllowAddressSharingForMulticast() function in net::UDPSocketPosix
H A Dudp_socket_win.cc666 int UDPSocketWin::AllowAddressSharingForMulticast() { in AllowAddressSharingForMulticast() function in net::UDPSocketWin
/aosp_15_r20/external/cronet/net/dns/
H A Dmdns_client.cc22 socket->AllowAddressSharingForMulticast(); in Bind()
H A Dmock_mdns_socket_factory.h63 MOCK_METHOD0(AllowAddressSharingForMulticast, void());
H A Dfuzzed_host_resolver_util.cc285 void AllowAddressSharingForMulticast() override {} in AllowAddressSharingForMulticast() function in net::__anone9c3b6220111::FuzzedMdnsSocket