Lines Matching full:interface
43 # f_ifconfig_options $interface
45 # Returns any/all extra ifconfig(8) parameters associated with $interface.
49 local interface="$1"
50 [ "$interface" ] || return $SUCCESS
56 set -- $( f_sysrc_get ifconfig_$interface )
59 # Return if the interface is configured for DHCP
79 # f_ifconfig_media $interface
81 # Returns list of supported media for $interface.
85 local interface="$1"
86 ifconfig -m "$interface" 2> /dev/null | awk \
101 # f_dialog_input_options $interface
103 # Input custom interface options. If the user does not press ESC or choose
109 local interface="$1"
114 # the system may hang (if any NFS mounts are using that interface).
119 "$interface" "$options"
125 f_sprintf msg "$msg_please_enter_mediaopts" "$interface"
147 # f_dialog_menu_media_options $interface
149 # Display a menu of additional media options for the given network interface.
153 local interface="$1" _options="$2"
163 # the system may hang (if any NFS mounts are using that interface).
168 "$interface" "$_options"
179 f_ifconfig_media $interface | \
202 "$interface" "$interface"
205 "$interface" "$interface"
233 f_dialog_input_options "$interface"