Searched refs:file_send (Results 1 – 8 of 8) sorted by relevance
237 local file_send=./file.send.prepare244 prepare_file $file_send246 atf_check -s exit:0 $HIJACKING nc -w 3 $to_ip 4501 < $file_send247 atf_check -s exit:0 diff -q $file_send $file_recv272 local file_send=./file.send.ipsecif278 prepare_file $file_send280 atf_check -s exit:0 -o ignore $HIJACKING nc -w 7 $to_ip 4501 < $file_send281 atf_check -s exit:0 diff -q $file_send $file_recv310 local file_send=./file.send364 echo zzz > $file_send[all …]
229 local file_send=./file.send236 prepare_file $file_send238 atf_check -s exit:0 $HIJACKING nc -w 3 $ROUTER2_IPSECIP 8888 < $file_send239 atf_check -s exit:0 diff -q $file_send $file_recv264 prepare_file $file_send266 atf_check -s exit:1 -o ignore $HIJACKING nc -w 3 $ROUTER2_IPSECIP 8888 < $file_send294 prepare_file $file_send296 atf_check -s exit:1 -o ignore $HIJACKING nc -w 3 $ROUTER2_IPSECIP 8888 < $file_send
81 local file_send=./file.send132 prepare_file $file_send141 atf_check -s exit:0 $HIJACKING nc -N -w 3 $remote_ip $port < $file_send145 atf_check -s not-exit:0 -o match:"differ" diff -q $file_send $file_recv162 atf_check -s exit:0 $HIJACKING nc -N -w 3 $remote_ip $port < $file_send166 atf_check -s exit:0 diff -q $file_send $file_recv
167 local file_send=./file.send224 prepare_file $file_send227 $ip_remote_i $port < $file_send228 atf_check -s exit:0 diff -q $file_send $file_recv280 prepare_file $file_send283 $ip_remote_i $port < $file_send284 atf_check -s exit:0 diff -q $file_send $file_recv323 local file_send=./file.send380 prepare_file $file_send383 $ip_remote_i $port < $file_send[all …]
225 local file_send=./file.send288 prepare_file $file_send290 atf_check -s exit:0 $HIJACKING nc -w 3 $ip_remote 4501 < $file_send291 atf_check -s exit:0 diff -q $file_send $file_recv305 echo zzz > $file_send311 nc -u -w 3 -p 4500 $ip_remote 4500 < $file_send343 prepare_file $file_send345 atf_check -s exit:0 -o ignore $HIJACKING nc -w 3 $ip_remote 4501 < $file_send346 atf_check -s exit:0 diff -q $file_send $file_recv372 local file_send=./file.send
87 local file_send=./file.send102 prepare_file $file_send103 atf_check -s exit:0 $HIJACKING nc $opts $ip_peer $port < $file_send106 atf_check -s exit:0 diff -q $file_send $file_recv109 rm -f $file_send $file_recv
158 prepare_file ./file_send172 nc -N -w 20 $ip_peer 1234 < ./file_send176 $DEBUG && ls -s ./file_send ./file_recv177 $DEBUG && wc -l ./file_send179 $DEBUG && diff -u ./file_send ./file_recv180 atf_check -s exit:0 diff -q ./file_send ./file_recv181 rm -f ./out ./file_recv ./file_send
8 static int file_send __P((void *, ipmon_msg_t *));27 file_send119 file_send(ctx, msg) in file_send() function