Lines Matching full:hosts
148 local connect_only="$1" hosts=
160 f_host_lookup "$proxy_host" hosts
164 [ "$hosts" ] && f_dialog_msgbox "$hosts"
167 elif [ ! "$hosts" ]; then
169 hosts="$proxy_host"
173 for host in $hosts; do
361 local dev="$1" file="$2" probe_type="$3" hosts=
376 f_host_lookup "$proxy_host" hosts
380 [ "$hosts" ] && f_dialog_msgbox "$hosts"
382 elif [ ! "$hosts" ]; then
384 hosts="$proxy_host"
388 for host in $hosts; do