Searched refs:ip_to_host (Results 1 – 1 of 1) sorted by relevance
173 static int ip_to_host(struct sockaddr *sa, int flag) in ip_to_host() function238 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()