Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c262 struct addrinfo *ai_dst = NULL; /* addrinfo host list */ in main() local
761 build_targetaddr_list(struct addrinfo *ai_dst, union any_in_addr *src_addr_list) in build_targetaddr_list()
867 struct addrinfo *ai_dst = NULL; in resolve_nodes() local
1929 recv_icmp_packet(struct addrinfo *ai_dst, int recv_sock6, int recv_sock, in recv_icmp_packet()
H A Dping_aux6.c261 check_reply6(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply6()
H A Dping_aux.c223 check_reply(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c247 struct addrinfo *ai_dst = NULL; /* destination host */ in main() local
649 struct addrinfo *ai_dst = NULL; in resolve_nodes() local
1401 trace_it(struct addrinfo *ai_dst) in trace_it()