Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Darp.c173 static int ip_to_host(struct sockaddr *sa, int flag) in ip_to_host() function
238 ip_to_host(&sa, NI_NUMERICHOST); in arp_main()
256 if (FLAG(n)) ip_to_host(&sa, NI_NUMERICHOST); in arp_main()
257 else if (!ip_to_host(&sa, NI_NAMEREQD)) host_name = toybuf; in arp_main()