Searched defs:serverIp (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/ |
D | VpnDaemons.java | 48 public DaemonProxy startL2tp(String serverIp, String secret, in startL2tp() 54 public DaemonProxy startPptp(String serverIp, String username, in startPptp() 60 public DaemonProxy startIpsecForL2tp(String serverIp, String pskKey) in startIpsecForL2tp() 67 public DaemonProxy startIpsecForL2tp(String serverIp, String userKeyKey, in startIpsecForL2tp() 119 String serverIp, String port, String secret, String username, in startMtpd() 132 private static void addPppArguments(ArrayList<String> args, String serverIp, in addPppArguments()
|
D | PptpService.java | 28 protected void connect(String serverIp, String username, String password) in connect()
|
D | L2tpService.java | 28 protected void connect(String serverIp, String username, String password) in connect()
|
D | L2tpIpsecPskService.java | 31 protected void connect(String serverIp, String username, String password) in connect()
|
D | L2tpIpsecService.java | 31 protected void connect(String serverIp, String username, String password) in connect()
|
D | VpnService.java | 84 protected abstract void connect(String serverIp, String username, in connect() 132 String serverIp = getIp(getProfile().getServerName()); in onConnect() local 355 private void saveLocalIpAndInterface(String serverIp) throws IOException { in saveLocalIpAndInterface()
|