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

/freebsd-10.1-release/release/picobsd/mfs_tree/etc/
H A Drc.network15 eval ifconfig_args=\$ifconfig_${ifn}
16 [ -n "${ifconfig_args}" ] && ifconfig ${ifn} ${ifconfig_args}
21 eval ifconfig_args=\$ifconfig_${ifn}_alias${alias}
22 if [ -n "${ifconfig_args}" ]; then
23 ifconfig ${ifn} ${ifconfig_args} alias
/freebsd-10.1-release/etc/
H A Dnetwork.subr127 local _cfg _ipv6_opts ifconfig_args
173 ifconfig_args=`ifconfig_getargs $1`
174 if [ -n "${ifconfig_args}" ]; then
175 eval ${IFCONFIG_CMD} $1 ${ifconfig_args}
182 ifconfig_args=`ifconfig_getargs $1 ipv6`
183 if [ -n "${ifconfig_args}" ]; then
185 case "${ifconfig_args}" in
189 ifconfig_args="inet6 ${ifconfig_args}"
193 eval ${IFCONFIG_CMD} $1 ${ifconfig_args}
[all...]

Completed in 61 milliseconds