Searched defs:ai_dst (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 248 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 D | ping_aux6.c | 250 check_reply6(struct addrinfo *ai_dst, struct msghdr *msg, int cc, in check_reply6()
|
H A D | ping_aux.c | 212 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 D | traceroute.c | 260 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()
|