HomeSort by: relevance | last modified time | path
    Searched refs:file_send (Results 1 - 7 of 7) sorted by relevancy

  /src/tests/net/net/
t_mtudisc.sh 81 local file_send=./file.send
132 prepare_file $file_send
141 atf_check -s exit:0 $HIJACKING nc -N -w 3 $remote_ip $port < $file_send
145 atf_check -s not-exit:0 -o match:"differ" diff -q $file_send $file_recv
162 atf_check -s exit:0 $HIJACKING nc -N -w 3 $remote_ip $port < $file_send
166 atf_check -s exit:0 diff -q $file_send $file_recv
  /src/tests/net/ipsec/
t_ipsec_forwarding.sh 167 local file_send=./file.send
224 prepare_file $file_send
227 $ip_remote_i $port < $file_send
228 atf_check -s exit:0 diff -q $file_send $file_recv
280 prepare_file $file_send
283 $ip_remote_i $port < $file_send
284 atf_check -s exit:0 diff -q $file_send $file_recv
323 local file_send=./file.send
380 prepare_file $file_send
383 $ip_remote_i $port < $file_send
    [all...]
t_ipsec_natt.sh 225 local file_send=./file.send
288 prepare_file $file_send
290 atf_check -s exit:0 $HIJACKING nc -w 3 $ip_remote 4501 < $file_send
291 atf_check -s exit:0 diff -q $file_send $file_recv
305 echo zzz > $file_send
311 nc -u -w 3 -p 4500 $ip_remote 4500 < $file_send
343 prepare_file $file_send
345 atf_check -s exit:0 -o ignore $HIJACKING nc -w 3 $ip_remote 4501 < $file_send
346 atf_check -s exit:0 diff -q $file_send $file_recv
372 local file_send=./file.sen
    [all...]
t_ipsec_tcp.sh 87 local file_send=./file.send
102 prepare_file $file_send
103 atf_check -s exit:0 $HIJACKING nc $opts $ip_peer $port < $file_send
106 atf_check -s exit:0 diff -q $file_send $file_recv
109 rm -f $file_send $file_recv
  /src/tests/net/if_wg/
t_tunnel.sh 158 prepare_file ./file_send
172 nc -N -w 20 $ip_peer 1234 < ./file_send
176 $DEBUG && ls -s ./file_send ./file_recv
177 $DEBUG && wc -l ./file_send
179 $DEBUG && diff -u ./file_send ./file_recv
180 atf_check -s exit:0 diff -q ./file_send ./file_recv
181 rm -f ./out ./file_recv ./file_send
  /src/tests/net/if_ipsec/
t_ipsec_natt.sh 237 local file_send=./file.send.prepare
244 prepare_file $file_send
246 atf_check -s exit:0 $HIJACKING nc -w 3 $to_ip 4501 < $file_send
247 atf_check -s exit:0 diff -q $file_send $file_recv
272 local file_send=./file.send.ipsecif
278 prepare_file $file_send
280 atf_check -s exit:0 -o ignore $HIJACKING nc -w 7 $to_ip 4501 < $file_send
281 atf_check -s exit:0 diff -q $file_send $file_recv
310 local file_send=./file.send
364 echo zzz > $file_send
    [all...]
t_ipsec_pfil.sh 229 local file_send=./file.send
236 prepare_file $file_send
238 atf_check -s exit:0 $HIJACKING nc -w 3 $ROUTER2_IPSECIP 8888 < $file_send
239 atf_check -s exit:0 diff -q $file_send $file_recv
264 prepare_file $file_send
266 atf_check -s exit:1 -o ignore $HIJACKING nc -w 3 $ROUTER2_IPSECIP 8888 < $file_send
294 prepare_file $file_send
296 atf_check -s exit:1 -o ignore $HIJACKING nc -w 3 $ROUTER2_IPSECIP 8888 < $file_send

Completed in 13 milliseconds