Searched refs:EGRESS_IFACE (Results 1 – 1 of 1) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | VpnTest.java | 168 static final String EGRESS_IFACE = "wlan0"; field in VpnTest 1033 lp.setInterfaceName(EGRESS_IFACE); in startLegacyVpn() 1036 InetAddresses.parseNumericAddress("192.0.2.0"), EGRESS_IFACE); in startLegacyVpn() 1094 new String[] { EGRESS_IFACE, expectedAddr, "udppsk", in startRacoon() 1099 new String[] { EGRESS_IFACE, "l2tp", expectedAddr, "1701", profile.l2tpSecret, in startRacoon() 1116 null, EGRESS_IFACE, RouteInfo.RTN_THROW); in startRacoon() 1201 writer.write(EGRESS_IFACE); in writeStateFile()
|