Lines Matching +full:python3 +full:- +full:dev
1 #-
2 # SPDX-License-Identifier: BSD-2-Clause
34 atf_set require.progs python3 scapy
42 if [ $$ -gt 65535 ]; then
43 xl=`printf "%x" $(($$ - 65535))`
59 jname="v6t-${id}-${yl}-${xl}"
69 while [ `ifconfig ${epair}a inet6 | grep -c tentative` != "0" ]; do
77 while test $i -lt 60; do
78 nf=`sysctl -n net.inet6.ip6.frag6_nfrags`
93 [A-Za-z0-9_]*)
99 jexec ${jname} netstat -z -s > /dev/null
103 pyname=${pyname%*_[0-9]}
104 atf_check -s exit:0 $(atf_get_srcdir)/${pyname}.py \
105 --sendif ${epair}a \
106 --recvif ${epair}a \
107 --src ${ip6a} \
108 --to ${ip6b}
113 [A-Za-z0-9_]*)