Home | History | Annotate | Download | only in base

Lines Matching defs:nat

46 // NAT type specified by nat_type, all external addrs receive the sent packet
47 // and, if exp_same is true, all use the same mapped-address on the NAT.
57 NATServer* nat = new NATServer(nat_type, internal, server_addr, server_addr,
60 nat->internal_udp_address(),
61 nat->internal_tcp_address());
91 delete nat;
109 NATServer* nat = new NATServer(nat_type, internal, server_addr, server_addr,
112 nat->internal_udp_address(),
113 nat->internal_tcp_address());
142 delete nat;
178 // The physical NAT tests require connectivity to the selected ip from the
179 // internal address used for the NAT. Things like firewalls can break that, so