Lines Matching refs:ipsec
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 function
93 spdadd 10.0.0.1 10.0.0.2 any -P out ipsec esp/transport//use;
97 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet.ipsec.used
112 atf_set "descr" "Tests of sysctl entries of IPsec"
123 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet.ipsec.enabled
126 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used
135 atf_check -s exit:0 -o match:'= 0' rump.sysctl net.inet.ipsec.used
138 # Add an SPD entry for IPv6, which activates the IPsec function
140 spdadd fd00::1 fd00::2 any -P out ipsec esp/transport//use;
144 atf_check -s exit:0 -o match:'= 1' rump.sysctl net.inet.ipsec.used