Home
last modified time | relevance | path

Searched refs:resolve_host (Results 1 – 2 of 2) sorted by relevance

/external/toybox/toys/pending/
Darp.c87 static void resolve_host(char *host, struct sockaddr *sa) in resolve_host() function
120 resolve_host(toys.optargs[0], &sa); in check_flags()
227 resolve_host(toys.optargs[0], &sa); in arp_main()
237 resolve_host(toys.optargs[0], &sa); in arp_main()
255 resolve_host(ip, &sa); in arp_main()
/external/curl/lib/
Durl.c3195 static CURLcode resolve_host(struct Curl_easy *data, function
3263 return resolve_host(data, conn, async);