Lines Matching refs:ifconfig
12 # Set to 1 only for test cases using ifconfig (ioctl).
43 # Adds "inet6 add" to the 'ifconfig' arguments which is required for the ipv6
44 # version. Always use with 'ifconfig', even if ipv4 version of a test case is
46 # ifconfig <device> $IFCONF_IN6_ARG IP/NETMASK
68 # ethernet devices. Uses 'ip' command for netlink and 'ifconfig'
70 # of the 'ifconfig' command.)
103 tst_require_cmds ifconfig
235 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 $IFCONF_IN6_ARG $IP0/$NETMASK ||
237 $NS_EXEC $NS_HANDLE1 $NS_TYPE ifconfig veth1 $IFCONF_IN6_ARG $IP1/$NETMASK ||
239 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig veth0 up ||
241 $NS_EXEC $NS_HANDLE1 $NS_TYPE ifconfig veth1 up ||