Home
last modified time | relevance | path

Searched refs:is_a_target (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c71 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
489 } else if (is_a_target(ai_dst, &dst_addr)|| verbose) { in check_reply6()
561 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
596 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
639 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
869 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
H A Dping_aux.c82 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
454 } else if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
520 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
719 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
753 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
814 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
H A Dping.c228 boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
2019 is_a_target(struct addrinfo *ai, union any_in_addr *addr) in is_a_target() function