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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux.c80 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
451 } else if (is_a_target(ai_dst, &dst_addr) || verbose) {
517 if (is_a_target(ai_dst, &dst_addr) || verbose) {
716 if (is_a_target(ai_dst, &dst_addr) || verbose) {
750 if (is_a_target(ai_dst, &dst_addr) || verbose) {
811 if (is_a_target(ai_dst, &dst_addr) || verbose) {
H A Dping_aux6.c69 extern boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
487 } else if (is_a_target(ai_dst, &dst_addr)|| verbose) {
559 if (is_a_target(ai_dst, &dst_addr) || verbose) {
594 if (is_a_target(ai_dst, &dst_addr) || verbose) {
637 if (is_a_target(ai_dst, &dst_addr) || verbose) {
867 if (is_a_target(ai_dst, &dst_addr) || verbose) {
H A Dping.c204 boolean_t is_a_target(struct addrinfo *, union any_in_addr *);
1949 is_a_target(struct addrinfo *ai, union any_in_addr *addr) function

Completed in 101 milliseconds