Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c236 struct addrinfo *ai_dst = NULL; /* addrinfo host list */ in main() local
716 build_targetaddr_list(struct addrinfo *ai_dst, union any_in_addr *src_addr_list) in build_targetaddr_list()
822 struct addrinfo *ai_dst = NULL; in resolve_nodes() local
1859 recv_icmp_packet(struct addrinfo *ai_dst, int recv_sock6, int recv_sock, in recv_icmp_packet()
H A Dping_aux6.c259 check_reply6(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply6()
H A Dping_aux.c221 check_reply(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply()
/titanic_41/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()