Searched refs:ai_dst (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c262 struct addrinfo *ai_dst = NULL; /* addrinfo host list */ local
568 resolve_nodes(&ai_dst, &ai_nexthop, &src_addr_list);
684 targetaddr_list = build_targetaddr_list(ai_dst, src_addr_list);
704 if (ai_dst->ai_family == AF_INET) {
707 ai_dst->ai_addr)->sin_addr,
712 ai_dst->ai_addr)->sin6_addr,
749 recv_icmp_packet(ai_dst, recv_sock6, recv_sock, udp_src_port6,
761 build_targetaddr_list(struct addrinfo *ai_dst, union any_in_addr *src_addr_list) argument
770 aip = ai_dst;
777 for (aip = ai_dst,
867 struct addrinfo *ai_dst = NULL; local
1929 recv_icmp_packet(struct addrinfo *ai_dst, int recv_sock6, int recv_sock, ushort_t udp_src_port6, ushort_t udp_src_port) argument
[all...]
H A Dping_aux.c223 check_reply(struct addrinfo *ai_dst, struct msghdr *msg, int cc, argument
454 } else if (is_a_target(ai_dst, &dst_addr) || verbose) {
520 if (is_a_target(ai_dst, &dst_addr) || verbose) {
719 if (is_a_target(ai_dst, &dst_addr) || verbose) {
753 if (is_a_target(ai_dst, &dst_addr) || verbose) {
814 if (is_a_target(ai_dst, &dst_addr) || verbose) {
H A Dping_aux6.c261 check_reply6(struct addrinfo *ai_dst, struct msghdr *msg, int cc, argument
489 } else if (is_a_target(ai_dst, &dst_addr)|| verbose) {
561 if (is_a_target(ai_dst, &dst_addr) || verbose) {
596 if (is_a_target(ai_dst, &dst_addr) || verbose) {
639 if (is_a_target(ai_dst, &dst_addr) || verbose) {
869 if (is_a_target(ai_dst, &dst_addr) || verbose) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c247 struct addrinfo *ai_dst = NULL; /* destination host */ local
519 resolve_nodes(&family_input, &ai_dst);
520 if (ai_dst == NULL) {
593 if (ai_dst->ai_family == AF_INET) {
600 ai_dst->ai_addr)->sin_addr,
609 ai_dst->ai_addr)->sin6_addr,
615 trace_it(ai_dst);
649 struct addrinfo *ai_dst = NULL; local
654 get_hostinfo(hostname, *family, &ai_dst);
655 if (ai_dst
1401 trace_it(struct addrinfo *ai_dst) argument
[all...]

Completed in 93 milliseconds