Home | History | Annotate | Download | only in ipsec

Lines Matching refs:lifetime

40 	local lifetime=$5
61 $saadd $ip_local $ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args;
62 $saadd $ip_peer $ip_local $proto 10001 -lh $lifetime -ls $lifetime $saadd_algo_args;
68 # XXX it can be expired if $lifetime is very short
77 $saadd $ip_local $ip_peer $proto 10000 -lh $lifetime -ls $lifetime $saadd_algo_args;
78 $saadd $ip_peer $ip_local $proto 10001 -lh $lifetime -ls $lifetime $saadd_algo_args;
84 # XXX it can be expired if $lifetime is very short
133 local lifetime=3
162 # Set up SAs with lifetime 1 sec.
174 # Set up SAs with lifetime with $lifetime
175 setup_sasp $proto "$algo_args" $ip_local $ip_peer $lifetime
188 test_sad_disapper_until $((lifetime + $buffertime)) true
207 local lifetime=3
234 # Set up SAs with lifetime 1 sec.
246 # Set up SAs with lifetime with $lifetime
247 setup_sasp $proto "$algo_args" $ip_local $ip_peer $lifetime
260 test_sad_disapper_until $((lifetime + $buffertime)) true
292 desc="Tests of lifetime of IPsec ($ipproto) with $proto ($algo)"
451 local lifetime=$5
458 add $ip_local $ip_peer $proto $((spi)) -lh $lifetime -ls $lifetime $algo_args;
459 add $ip_peer $ip_local $proto $((spi + 1)) -lh $lifetime -ls $lifetime $algo_args;
465 # XXX it can be expired if $lifetime is very short
470 add $ip_local $ip_peer $proto $((spi)) -lh $lifetime -ls $lifetime $algo_args;
471 add $ip_peer $ip_local $proto $((spi + 1)) -lh $lifetime -ls $lifetime $algo_args;
477 # XXX it can be expired if $lifetime is very short