Home | History | Annotate | Download | only in dhcpcd-hooks

Lines Matching refs:search

14 	local interfaces= header= search= srvs= servers= x=
26 # Build the search list
29 search=$(cd "$resolv_conf_dir"; \
30 key_get_value "search " ${interfaces})
34 search="$search $@"
38 [ -n "$search" ] && search="search $(uniqify $search)\n"
58 printf "$domain$search$servers" >> "$cf"
85 # Support RFC violating search in domain
91 conf="${conf}search $new_domain_search\n"