Searched refs:is_a_target (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 69 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *); 487 } else if (is_a_target(ai_dst, &dst_addr)|| verbose) { in check_reply6() 559 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6() 594 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6() 637 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6() 867 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply6()
|
H A D | ping_aux.c | 80 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *); 451 } else if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply() 517 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply() 716 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply() 750 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply() 811 if (is_a_target(ai_dst, &dst_addr) || verbose) { in check_reply()
|
H A D | ping.c | 204 boolean_t is_a_target(struct addrinfo *, union any_in_addr *); 1949 is_a_target(struct addrinfo *ai, union any_in_addr *addr) in is_a_target() function
|