Home | History | Annotate | Download | only in traceroute

Lines Matching defs:probe

41  * internet host.  We find out intermediate hops by launching probe
49 * round trip time of each probe. If the probe answers come from
53 * probe.
55 * Probe packets are UDP format. We don't want the destination
138 * icmp's) until we probe with a ttl that's at least twice the path
180 * of the "likely" range). To keep track of which probe is being
183 * port number before each probe.
280 /* Data section of the probe packet */
361 static in_port_t port = 32768 + 666; /* start udp dest port # for probe packets */
444 int ttl, probe, i;
563 * probe (e.g., on a multi-homed host).
938 for (probe = 0; probe < nprobes; ++probe) {
1053 else if (cc && probe == nprobes - 1 && Mflag)