Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dhost.c78 struct addrinfo *ai, iplit_hints = { .ai_flags = AI_NUMERICHOST }; in host_main() local
84 if (!getaddrinfo(name, 0, &iplit_hints, &ai)) { in host_main()