Lines Matching defs:target

136 boolean_t is_alive = _B_FALSE;		/* is target host alive */
137 struct targetaddr *current_targetaddr; /* current target IP address to probe */
139 static int num_targetaddrs; /* no of target addresses to probe */
147 /* that goes to target and comes back */
203 int nreceived; /* # of packets we got back from target host */
204 int nreceived_last_target; /* received from last target IP */
610 * gateways, the actual and the effective target.
668 * gateways, so that the probes travel to and from the target
677 /* We add 1 because we put the target as the middle gateway */
756 * Build the target IP address list. Use command line options and
829 * npackets determines how many probes to send to each target
831 * next target IP.
860 * Resolve hostnames for the target host and gateways. Also, determine source
861 * addresses to use for each target address.
1015 * used when -l/-S is used. The middle gateway will be the target address. We'll
1024 /* We add 1 because we put the target as the middle gateway */
1108 * For each IP address of the target host, determine a source address to use.
1150 * header, the first gateway address is the target host's
1813 * is this a dead target?
1856 * a different target IP address, we update this field.
1872 * not using source routing through target (-l/-S). In
1875 * for each target IP.
1880 /* target is the middle gateway now */
1892 * Set IPv4 options when sending the first probe to a target
1893 * IP address. Some options change when the target address
1901 * If send_reply, the target becomes the
1911 * In IPv4, if source routing is used, the target
2000 * If we were probing last IP address of the target host and
2310 struct targetaddr *target = targetaddr_list;
2321 * address as soon as it replies). They are stored in target->num_sent
2327 if (seq_match(target->starting_seq_num,
2328 target->num_sent, icmpseq)) {
2329 ipaddr->addr6 = target->dst_addr.addr6;
2337 target = target->next;
2338 } while (target != NULL);
2364 target = target->next;
2365 ipaddr->addr6 = target->dst_addr.addr6;