Searched defs:SetMulticastTimeToLive (Results 1 – 5 of 5) sorted by relevance
| /external/chromium_org/net/udp/ | ||
| D | udp_server_socket.cc | 84 int UDPServerSocket::SetMulticastTimeToLive(int time_to_live) { in SetMulticastTimeToLive() function in net::UDPServerSocket |
| D | udp_socket_libevent.cc | 730 int UDPSocketLibevent::SetMulticastTimeToLive(int time_to_live) { in SetMulticastTimeToLive() function in net::UDPSocketLibevent |
| D | udp_socket_win.cc | 811 int UDPSocketWin::SetMulticastTimeToLive(int time_to_live) { in SetMulticastTimeToLive() function in net::UDPSocketWin |
| /external/chromium_org/extensions/browser/api/socket/ | ||
| D | udp_socket.cc | 276 int UDPSocket::SetMulticastTimeToLive(int ttl) { in SetMulticastTimeToLive() function in extensions::UDPSocket |
| /external/chromium_org/content/browser/renderer_host/p2p/ | ||
| D | socket_host_udp_unittest.cc | 148 virtual int SetMulticastTimeToLive(int time_to_live) OVERRIDE { in SetMulticastTimeToLive() function in __anon58300b910111::FakeDatagramServerSocket |