Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c248 struct addrinfo *ai_dst = NULL; /* addrinfo host list */ in main() local
747 build_targetaddr_list(struct addrinfo *ai_dst, union any_in_addr *src_addr_list) in build_targetaddr_list()
863 struct addrinfo *ai_dst = NULL; in resolve_nodes() local
1935 recv_icmp_packet(struct addrinfo *ai_dst, int recv_sock6, int recv_sock, in recv_icmp_packet()
H A Dping_aux6.c250 check_reply6(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply6()
H A Dping_aux.c212 check_reply(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c260 struct addrinfo *ai_dst = NULL; /* destination host */ in main() local
673 struct addrinfo *ai_dst = NULL; in resolve_nodes() local
1425 trace_it(struct addrinfo *ai_dst) in trace_it()