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

/freebsd-10.1-release/etc/
H A Dnetwork.subr106 local _ifn _cfg _action _vnet
107 _ifn="$1"
111 if _vnet=$(vnetif $_ifn); then
112 ${IFCONFIG_CMD} $_ifn $_action $_vnet && _cfg=0
305 local _ifn _af
306 _ifn=$1
309 if [ -z "$_ifn" ]; then
313 get_if_var $_ifn ifconfig_IF$_af "$ifconfig_DEFAULT"

Completed in 45 milliseconds