Searched refs:TAPN (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/tests/etc/rc.d/
H A Drouting_test.sh112 local TAPN=0
113 while ! ifconfig tap${TAPN} create > /dev/null 2>&1; do
114 if [ "$TAPN" -ge 8 ]; then
117 TAPN=$(($TAPN + 1))
120 local TAPD=tap${TAPN}
/freebsd-10-stable/tests/sys/netinet/
H A Dfibs_test.sh451 local TAPN=0
452 while ! ifconfig tap${TAPN} create > /dev/null 2>&1; do
453 if [ "$TAPN" -ge 8 ]; then
456 TAPN=$(($TAPN + 1))
459 local TAPD=tap${TAPN}

Completed in 76 milliseconds