Searched refs:external_ip (Results 1 – 3 of 3) sorted by relevance
163 external_ip = _get_external_ip()165 external_ip = options.target_ip167 logging.info('Constraining traffic to/from IP: %s', external_ip)169 emulator.emulate(external_ip)
129 SocketFactory* external, const SocketAddress& external_ip) in NATServer() argument130 : external_(external), external_ip_(external_ip.ipaddr(), 0) { in NATServer()137 external_ip); in NATServer()
66 SocketFactory* external, const SocketAddress& external_ip);