Searched refs:IFACE (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/tests/sys/net/
H A Dif_clone_test.sh447 local IFACE CREATOR_PID DESTROYER_PID
449 IFACE=`get_iface $1`
453 ifconfig ${IFACE%a} create 2>/dev/null && \
460 ifconfig $IFACE destroy 2>/dev/null && \
468 echo "Created ${IFACE%a} `stat -f %z creator_count.txt` times."
480 IFACE IPV6 P2P SRCDIR LOOP_PID ipv6_cmd up_cmd
492 IFACE=`get_iface $1`
500 ipv6_cmd="ifconfig $IFACE inet6 ifdisabled"
503 up_cmd="ifconfig $IFACE up ${ADDR}/${MASK} ${DSTADDR}"
505 up_cmd="ifconfig $IFACE u
[all...]
/freebsd-11-stable/tools/test/netfibs/
H A Dinitiator.sh37 # Set IFACE to the real interface you want to run the test on.
38 : ${IFACE:=lo0}
113 print_debug "Setting up interface ${IFACE}"
114 ifconfig ${IFACE} inet6 ${OURADDR}/64 alias up
115 _l=`ifconfig ${IFACE} | awk '/inet6 fe80:/ { print $2 }'`
141 ifconfig ${IFACE} inet6 ${OURADDR}/64 -alias
149 local _l i testno IFACE _msg
151 IFACE=tun42
152 print_debug "Setting up interface ${IFACE}"
153 ifconfig ${IFACE} creat
[all...]
H A Dreflector.sh37 # Set IFACE to the real interface you want to run the test on.
38 : ${IFACE:=lo0}
121 print_debug "Setting up interface ${IFACE}"
122 ifconfig ${IFACE} inet6 ${OURADDR}/64 -alias > /dev/null 2>&1 || true
124 ifconfig ${IFACE} inet6 ${OURADDR}/64 alias up
127 ifconfig ${IFACE} inet6 2001:2:${i}::2/64 -alias \
132 OURLINKLOCAL=`ifconfig ${IFACE} | awk '/inet6 fe80:/ { print $2 }'`
167 print_debug "Removing address from interface ${IFACE}"
168 ifconfig ${IFACE} inet6 ${OURADDR}/64 -alias
309 ifconfig ${IFACE} inet
[all...]
H A Dforwarding.sh36 # IFACE IFACE IFACEFAR IFACE
45 # Set IFACE to the real interface you want to run the test on.
48 : ${IFACE:=lo0}
144 left) ifconfig ${IFACE} inet6 ${LEFTADDR}/64 -alias \
146 ifconfig ${IFACE} inet6 ${LEFTADDR}/64 alias up
147 ifconfig ${IFACE} fib 0
159 middle) ifconfig ${IFACE} inet6 ${MIDDLELEFTADDR}/64 -alias \
161 ifconfig ${IFACE} inet
[all...]
/freebsd-11-stable/tests/sys/netinet/
H A Dfibs_test.sh811 local IFACE=$1
818 ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
819 setfib ${FIB} ifconfig $IFACE ${PROTO} ${ADDR}/${MASK} fib $FIB $FLAGS
/freebsd-11-stable/lib/libnetgraph/
H A Ddebug.c155 COOKIE(IFACE),

Completed in 184 milliseconds