HomeSort by relevance Sort by last modified time
    Searched refs:ipsec (Results 1 - 5 of 5) sorted by null

  /external/ipsec-tools/src/include-glibc/netinet/
ipsec.h 1 /* $NetBSD: ipsec.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */
4 #include <linux/ipsec.h>
  /external/ipsec-tools/
config.h 16 #define PATH_IPSEC_H <netinet/ipsec.h>
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
L2tpIpsecService.java 25 * The service that manages the certificate based L2TP-over-IPSec VPN connection.
28 private static final String IPSEC = "racoon";
36 // IPSEC
37 DaemonProxy ipsec = daemons.startIpsecForL2tp(serverIp, local
41 ipsec.closeControlSocket();
VpnDaemons.java 35 private static final String IPSEC = "racoon";
62 DaemonProxy ipsec = startDaemon(IPSEC); local
63 ipsec.sendCommand(serverIp, L2TP_PORT, pskKey);
64 return ipsec;
69 DaemonProxy ipsec = startDaemon(IPSEC); local
70 ipsec.sendCommand(serverIp, L2TP_PORT, userKeyKey, userCertKey,
72 return ipsec;
77 new DaemonProxy(IPSEC).stop()
    [all...]
  /external/ipsec-tools/src/libipsec/
test-policy.c 40 #include <netinet/ipsec.h>
55 { 0, "out ipsec" },
57 { 1, "in ipsec must_error" },
58 { 1, "out ipsec esp/must_error" },
63 { 1, "out ipsec esp" },
64 { 0, "in ipsec ah/transport" },
65 { 1, "in ipsec ah/tunnel" },
66 { 0, "out ipsec ah/transport/" },
67 { 1, "out ipsec ah/tunnel/" },
68 { 0, "in ipsec esp / transport / 10.0.0.1-10.0.0.2" }
    [all...]

Completed in 2126 milliseconds