Lines Matching refs:intf
122 intf=$1
124 /sbin/dladm show-iptun -P $intf > /dev/null 2>&1
131 set -- $intf
140 /sbin/dladm show-link -Pp $intf > /dev/null 2>&1
317 intf=`echo $showif_output | /usr/bin/cut -f1 -d:`
326 elif is_iptun $intf; then
329 elif [ -f /etc/hostname.$intf ] || [ -f /etc/hostname6.$intf ]; then
331 echo "found /etc/hostname.$intf "\
332 "or /etc/hostname6.$intf, "\
336 echo "Ignoring /etc/hostname*.$intf" > /dev/msglog
337 /sbin/ifconfig $intf unplumb > /dev/null 2>&1
338 /sbin/ifconfig $intf inet6 unplumb > /dev/null 2>&1
343 /sbin/ipadm enable-if -t $intf
527 /sbin/ifconfig -a4u | while read intf addr rest; do
528 [ $intf = inet ] && [ $addr != 127.0.0.1 ] &&
538 /sbin/ifconfig -au6 | while read intf addr rest; do
539 [ $intf = inet6 ] && [ $addr != ::1/128 ] && exit $SMF_EXIT_OK