Searched defs:get_hostinfo (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c201 static void get_hostinfo(char *, int, struct addrinfo **);
654 get_hostinfo(hostname, *family, &ai_dst);
705 get_hostinfo(char *host, int family, struct addrinfo **aipp) function
732 * ask get_hostinfo() to treat a mapped address as an IPv6
872 get_hostinfo(source, pr->family, &aip);
1116 get_hostinfo(gwlist[i], family, &ai);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c225 static void get_hostinfo(char *, int, struct addrinfo **);
874 get_hostinfo(targethost, family_input, &ai_dst);
880 get_hostinfo(nexthop, family_input, &ai_nexthop);
976 get_hostinfo(gw_list[i], family, &ai);
1043 get_hostinfo(char *host, int family, struct addrinfo **aipp) function
1086 * get_hostinfo() to treat a broadcast or a mapped address

Completed in 52 milliseconds