Home
last modified time | relevance | path

Searched refs:BindSocket (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dbasicpacketsocketfactory.cc57 if (BindSocket(socket, address, min_port, max_port) < 0) { in CreateUdpSocket()
84 if (BindSocket(socket, local_address, min_port, max_port) < 0) { in CreateServerTcpSocket()
117 if (BindSocket(socket, local_address, 0, 0) < 0) { in CreateClientTcpSocket()
182 int BasicPacketSocketFactory::BindSocket(AsyncSocket* socket, in BindSocket() function in rtc::BasicPacketSocketFactory
Dbasicpacketsocketfactory.h45 int BindSocket(AsyncSocket* socket,