Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtcpport.h54 bool allow_listen) { in Create() argument
56 ip, min_port, max_port, allow_listen); in Create()
76 bool allow_listen);
Dtcpport.cc39 int min_port, int max_port, bool allow_listen) in TCPPort() argument
42 allow_listen_(allow_listen), in TCPPort()