Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/tsproxy/
Dtsproxy.py331 port = GetDestPort(message['port'])
674 …ging.debug('Startup - calling getaddrinfo for {0}:{1:d}'.format(options.desthost, GetDestPort(80)))
675 dest_addresses = socket.getaddrinfo(options.desthost, GetDestPort(80))
750 def GetDestPort(port): function