Lines Matching refs:etherif
734 local (@ifconfiglist,$cstr,$etherif,$intf,$ifconf,$addstr,$port);
738 $etherif = $1 if !$etherif && /^([^:]*).*UP.*BROADCAST/;
741 $etherif = $1 if !$etherif && glob("/etc/hostname.*") =~ /[^\.]*.(.*)/;
742 $etherif = $1 if !$etherif && glob("/etc/dhcp.*") =~ /[^\.]*.(.*)/;
743 $etherif = "hme0" if !$etherif;
750 $cstr .= "ifconfig $etherif addif @$ifconf\n";