| /src/crypto/dist/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>
|
| /src/crypto/dist/ipsec-tools/src/setkey/ |
| sample-policy02.cf | 8 -P out ipsec 13 -P out ipsec 16 -P in ipsec 19 -P out ipsec 24 -P out ipsec 29 -P out ipsec 34 -P out ipsec
|
| sample-policy01.cf | 7 -P out ipsec 10 -P out ipsec
|
| /src/tests/net/if_ipsec/ |
| Makefile | 8 .for name in ipsec ipsec_natt ipsec_pfil ipsec_unnumbered 11 ../ipsec/common.sh ../ipsec/algorithms.sh
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_ipsec_pxy.c | 22 * IPSec proxy 47 * IPSec application proxy initialization. 61 MUTEX_INIT(&softi->ipsec_fr.fr_lock, "IPsec proxy rule lock"); 129 * Setup for a new IPSEC proxy. 140 ipsec_pxy_t *ipsec; local 168 KMALLOC(ipsec, ipsec_pxy_t *); 169 if (ipsec == NULL) 174 KFREE(ipsec); 178 aps->aps_data = ipsec; 179 aps->aps_psiz = sizeof(*ipsec); 268 ipsec_pxy_t *ipsec; local 352 ipsec_pxy_t *ipsec; local 394 ipsec_pxy_t *ipsec; local [all...] |
| /src/sys/netipsec/ |
| Makefile | 7 INCS+= ipsec.h
|
| /src/sys/rump/net/lib/libipsec/ |
| Makefile | 7 COMMENT= ipsec interface 9 IOCONF= IPSEC.ioconf
|
| /src/tests/net/ipsec/ |
| t_ipsec_spflags.sh | 37 rump_server_crypto_start $SOCK_LOCAL netipsec ipsec 52 desc="Tests of IPsec SPD flags at userland" 56 rump_server_crypto_start $SOCK_LOCAL netipsec ipsec 61 spdadd $ip_gwlo_tun $ip_gwre_tun ipv4 -P in ipsec esp/transport//require ; 62 spdadd $ip_gwre_tun $ip_gwlo_tun ipv4 -P out ipsec esp/transport//require ; 95 add_test_spflag "flag_if_ipsec_sp" "Tests of IPsec SPD flags at IPsec interface" 96 add_test_spflag "flag_userland_sp" "Tests of IPsec SPD flags at userland"
|
| t_ipsec_sysctl.sh | 34 atf_set "descr" "Tests of sysctl entries of IPsec without ipsec.so" 46 rump.sysctl net.inet.ipsec.enabled 62 atf_set "descr" "Tests of sysctl entries of IPsec without netinet6.so" 73 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet.ipsec.enabled 75 # net.inet6.ipsec6.enabled always equals net.inet.ipsec.enabled 78 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used 79 # net.inet6.ipsec6.used always equals net.inet.ipsec.used 88 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used 91 # Add an SPD entry for IPv4, which activates the IPsec functio [all...] |
| Makefile | 6 TESTSDIR= ${TESTSBASE}/net/ipsec
|
| /src/external/bsd/ipf/dist/lib/ |
| printaps.c | 25 ipsec_pxy_t ipsec; local 101 } else if (!strcmp(apr.apr_label, "ipsec") && 102 (ap.aps_psiz == sizeof(ipsec))) { 103 if (kmemcpy((char *)&ipsec, (long)ap.aps_data, sizeof(ipsec))) 107 (u_int)ntohl(ipsec.ipsc_icookie[0]), 108 (u_int)ntohl(ipsec.ipsc_icookie[1]), 109 (u_int)ntohl(ipsec.ipsc_rcookie[0]), 110 (u_int)ntohl(ipsec.ipsc_rcookie[1]), 111 ipsec.ipsc_rckset ? "(Set)" : "(Not set)") [all...] |
| /src/lib/libipsec/ |
| Makefile | 10 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools 11 LIB= ipsec
|
| config.h | 195 #define PACKAGE "ipsec-tools" 201 #define PACKAGE_NAME "ipsec-tools" 204 #define PACKAGE_STRING "ipsec-tools 0.6.1rc1" 207 #define PACKAGE_TARNAME "ipsec-tools" 246 #define PATH_IPSEC_H <netipsec/ipsec.h>
|
| /src/share/examples/racoon/roadwarrior/ |
| Makefile | 14 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
|
| /src/share/examples/racoon/roadwarrior/client/ |
| Makefile | 12 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
|
| /src/share/examples/racoon/roadwarrior/server/ |
| Makefile | 12 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
|
| /src/sys/rump/net/lib/libnetipsec/ |
| netipsec_component.c | 36 #include <netipsec/ipsec.h>
|
| /src/crypto/dist/ipsec-tools/rpm/ |
| ipsec-tools.FC1 | 4 # description: Starts and stops racoon and loads IPSec SPD's 6 # config: /etc/sysconfig/ipsec.spd 17 IPSEC_SPD=/etc/sysconfig/ipsec.spd 18 VAR_SUBSYS_IPSEC=/var/lock/subsys/ipsec 48 echo $"IPSec is stopped." 53 echo $"IPSec is started."
|
| /src/etc/rc.d/ |
| ipsec | 3 # $NetBSD: ipsec,v 1.18 2020/09/08 12:52:18 martin Exp $ 6 # PROVIDE: ipsec 12 name="ipsec" 16 stop_precmd="test -f /etc/ipsec.conf" 23 if [ ! -f /etc/ipsec.conf ]; then 24 warn "/etc/ipsec.conf not readable; ipsec start aborted." 46 /sbin/setkey -f /etc/ipsec.conf 50 -e "s/@LOCAL_ADDR_V6@/$2/" /etc/ipsec.conf | \ 68 echo "Installing ipsec manual keys/policies. [all...] |
| /src/tests/net/ |
| Makefile | 11 TESTS_SUBDIRS+= if_tun if_vether if_vlan if_wg inpcb ipsec mcast mpls
|
| /src/usr.sbin/inetd/ |
| Makefile | 30 SRCS+= ipsec.c
|
| /src/usr.sbin/mountd/ |
| Makefile | 9 SRCS= mountd.c ipsec.c get_net.c
|
| /src/usr.sbin/racoonctl/ |
| Makefile | 10 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
|
| /src/crypto/dist/ipsec-tools/rpm/suse/ |
| ipsec-tools.spec.in | 2 # spec file for package ipsec-tools 16 Name: ipsec-tools 24 Summary: IPsec Utilities 25 Source: http://prdownloads.sourceforge.net/ipsec-tools/ipsec-tools-%{version}.tar.bz2 28 URL: http://ipsec-tools.sourceforge.net/ 33 This is the IPsec-Tools package. This package is needed to really make 34 use of the IPsec functionality in the version 2.5 and 2.6 Linux 43 These sources can be found at the IPsec-Tools home page at: 44 http://ipsec-tools.sourceforge.net [all...] |
| /src/sbin/setkey/ |
| Makefile | 13 DIST= ${NETBSDSRCDIR}/crypto/dist/ipsec-tools
|