Home
last modified time | relevance | path

Searched defs:SetMulticastTimeToLive (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/udp/
Dudp_server_socket.cc84 int UDPServerSocket::SetMulticastTimeToLive(int time_to_live) { in SetMulticastTimeToLive() function in net::UDPServerSocket
Dudp_socket_libevent.cc730 int UDPSocketLibevent::SetMulticastTimeToLive(int time_to_live) { in SetMulticastTimeToLive() function in net::UDPSocketLibevent
Dudp_socket_win.cc811 int UDPSocketWin::SetMulticastTimeToLive(int time_to_live) { in SetMulticastTimeToLive() function in net::UDPSocketWin
/external/chromium_org/extensions/browser/api/socket/
Dudp_socket.cc276 int UDPSocket::SetMulticastTimeToLive(int ttl) { in SetMulticastTimeToLive() function in extensions::UDPSocket
/external/chromium_org/content/browser/renderer_host/p2p/
Dsocket_host_udp_unittest.cc148 virtual int SetMulticastTimeToLive(int time_to_live) OVERRIDE { in SetMulticastTimeToLive() function in __anon58300b910111::FakeDatagramServerSocket