Lines Matching refs:interface
44 # f_ifconfig_options $interface
46 # Returns any/all extra ifconfig(8) parameters associated with $interface.
50 local interface="$1"
51 [ "$interface" ] || return $SUCCESS
57 set -- $( f_sysrc_get ifconfig_$interface )
60 # Return if the interface is configured for DHCP
80 # f_ifconfig_media $interface
82 # Returns list of supported media for $interface.
86 local interface="$1"
87 ifconfig -m "$interface" 2> /dev/null | awk \
102 # f_dialog_input_options $interface
104 # Input custom interface options. If the user does not press ESC or choose
110 local interface="$1"
115 # the system may hang (if any NFS mounts are using that interface).
120 "$interface" "$options"
126 f_sprintf msg "$msg_please_enter_mediaopts" "$interface"
148 # f_dialog_menu_media_options $interface
150 # Display a menu of additional media options for the given network interface.
154 local interface="$1" _options="$2"
164 # the system may hang (if any NFS mounts are using that interface).
169 "$interface" "$_options"
180 f_ifconfig_media $interface | \
203 "$interface" "$interface"
206 "$interface" "$interface"
234 f_dialog_input_options "$interface"