Lines Matching +full:100 +full:w

142 	jexec alcatraz dnctl pipe 1 config bw 100Byte/s
186 jexec alcatraz dnctl pipe 1 config bw 10Mb queue 100 droptail
237 jexec ${j}b dnctl pipe 1 config bw 10Mb queue 100 delay 500 droptail
293 jexec alcatraz dnctl queue 100 config sched 1 weight 99 mask all
298 "ipfw add 1000 queue 100 tcp from 192.0.2.2 to any out" \
302 "pass in proto tcp dnqueue (0, 100)" \
309 reply=$(echo "foo" | nc -w 5 -N 192.0.2.2 7)
325 result=$(dd if=/dev/zero bs=1024 count=2000 | timeout 3 nc -w 5 -N 192.0.2.2 7 | wc -c)
337 # This will fail if we reverse the pola^W priority
341 "ipfw add 1001 queue 100 icmp from 192.0.2.2 to any out" \
345 "pass in proto icmp dnqueue (0, 100)"
353 result=$(dd if=/dev/zero bs=1024 count=2000 | timeout 3 nc -w 5 -N 192.0.2.2 7 | wc -c)
402 jexec alcatraz dnctl queue 100 config sched 1 weight 99 mask all
407 "ipfw add 1001 queue 100 tcp from 2001:db8:42::2 to any out" \
411 "pass in proto tcp dnqueue (0, 100)" \
418 reply=$(echo "foo" | nc -w 5 -N 2001:db8:42::2 7)
434 result=$(dd if=/dev/zero bs=1024 count=1000 | timeout 3 nc -w 5 -N 2001:db8:42::2 7 | wc -c)
450 "ipfw add 1000 queue 100 ipv6-icmp from 2001:db8:42::2 to any out" \
454 "pass in proto icmp6 dnqueue (0, 100)"
459 result=$(dd if=/dev/zero bs=1024 count=1000 | timeout 3 nc -w 5 -N 2001:db8:42::2 7 | wc -c)
546 …atf_check -s exit:0 -o match:'100 packets transmitted, 100 packets received' ping -i .1 -c 100 192…
560 …atf_check -s exit:0 -o match:'100 packets transmitted, (8[4-9]|9[0-6]) packets received' -r 20:10 …
593 …atf_check -s exit:0 -o match:'100 packets transmitted, 100 packets received' ping -i .1 -c 100 192…
607 …atf_check -s exit:0 -o match:'100 packets transmitted, (7[0-9]|8[0-5]) packets received' -r 20:10 …