Searched refs:is_a_target (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 71 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 D | ping_aux.c | 82 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 D | ping.c | 228 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
|