Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c236 struct addrinfo *ai_dst = NULL; /* addrinfo host list */ in main() local
540 resolve_nodes(&ai_dst, &ai_nexthop, &src_addr_list); in main()
656 targetaddr_list = build_targetaddr_list(ai_dst, src_addr_list); in main()
676 if (ai_dst->ai_family == AF_INET) { in main()
679 ai_dst->ai_addr)->sin_addr, in main()
684 ai_dst->ai_addr)->sin6_addr, in main()
704 recv_icmp_packet(ai_dst, recv_sock6, recv_sock, udp_src_port6, in main()
716 build_targetaddr_list(struct addrinfo *ai_dst, union any_in_addr *src_addr_list) in build_targetaddr_list() argument
725 aip = ai_dst; in build_targetaddr_list()
732 for (aip = ai_dst, i = 0; aip != NULL; aip = aip->ai_next, i++) { in build_targetaddr_list()
[all …]
H A Dping_aux6.c259 check_reply6(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply6() argument
487 } else if (is_a_target(ai_dst, &dst_addr)|| verbose) { in check_reply6()
559 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
594 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
637 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
867 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
H A Dping_aux.c221 check_reply(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply() argument
451 } else if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
517 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
716 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
750 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
811 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c247 struct addrinfo *ai_dst = NULL; /* destination host */ in main() local
519 resolve_nodes(&family_input, &ai_dst); in main()
520 if (ai_dst == NULL) { in main()
593 if (ai_dst->ai_family == AF_INET) { in main()
600 ai_dst->ai_addr)->sin_addr, in main()
609 ai_dst->ai_addr)->sin6_addr, in main()
615 trace_it(ai_dst); in main()
649 struct addrinfo *ai_dst = NULL; in resolve_nodes() local
654 get_hostinfo(hostname, *family, &ai_dst); in resolve_nodes()
655 if (ai_dst == NULL) { in resolve_nodes()
[all …]