Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Darp.c185 static int ip_to_host(struct sockaddr *sa, int flag) in ip_to_host() function
254 ip_to_host(&sa, NI_NUMERICHOST); in arp_main()
273 if (!ip_to_host(&sa, NI_NAMEREQD)) host_name = toybuf; in arp_main()
274 } else ip_to_host(&sa, NI_NUMERICHOST); in arp_main()