Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dtcp-server.js160 tcpConnection.requestSocketInfo(this._onSocketInfo.bind(this));
181 TcpServer.prototype._onSocketInfo = function(tcpConnection, socketInfo) { method in TcpServer
213 this._onSocketInfo.bind(this, callback));
286 TcpConnection.prototype._onSocketInfo = function(callback, socketInfo) { method in TcpConnection