Home
last modified time | relevance | path

Searched refs:file_send (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/tests/net/if_ipsec/
H A Dt_ipsec_natt.sh237 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 …]
H A Dt_ipsec_pfil.sh229 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
/netbsd-src/tests/net/net/
H A Dt_mtudisc.sh81 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
/netbsd-src/tests/net/ipsec/
H A Dt_ipsec_forwarding.sh167 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 …]
H A Dt_ipsec_natt.sh225 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.send
H A Dt_ipsec_tcp.sh87 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
/netbsd-src/tests/net/if_wg/
H A Dt_tunnel.sh158 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
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dsave_file.c8 static int file_send __P((void *, ipmon_msg_t *));
27 file_send
119 file_send(ctx, msg) in file_send() function