Lines Matching refs:ifn
186 for ifn in $_cooked_list; do
187 case ${ifn#epair} in
192 $ifn) _tmp_list="$_tmp_list ${ifn}a ${ifn}b" ;;
193 *) _tmp_list="$_tmp_list ${ifn}" ;;
204 for ifn in ${_cooked_list# }; do
205 # Skip if ifn does not exist.
208 if ! ${IFCONFIG_CMD} $ifn > /dev/null 2>&1; then
209 warn "$ifn does not exist. Skipped."
210 _fail="${_fail} ${ifn}"
215 if ${_func} ${ifn} $2; then
216 _ok="${_ok} ${ifn}"
217 if ipv6if ${ifn} && [ "${ifn}" != "lo0" ]; then
221 _fail="${_fail} ${ifn}"
252 # Clear _ok not to do "ifconfig $ifn"
253 # because $ifn is no longer in the current vnet.
258 for ifn in ${_ok}; do
259 /sbin/ifconfig ${ifn}