Searched refs:BindSocket (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/p2p/base/ |
D | basicpacketsocketfactory.cc | 57 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
|
D | basicpacketsocketfactory.h | 45 int BindSocket(AsyncSocket* socket,
|