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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dasppp2pppd734 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 addi
[all...]

Completed in 44 milliseconds