HomeSort by: relevance | last modified time | path
    Searched defs:hop (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/mtrace/
mtrace.c 8 * about packet rate and loss for each hop along the path. It can
92 struct tr_resp r[MAXHOPS]; /* Per-hop reports */
133 u_int32_t gwy = 0; /* User-supplied last-hop router address */
134 u_int32_t tdst = 0; /* Address where trace is sent (last-hop) */
156 const char * scale(int *hop);
725 : "is the next hop");
768 int hop; local in function:print_trace
779 hop = t_diff(fixtime(ntohl(r->tr_qarr)), buf->qtime);
780 ms = scale(&hop);
781 printf(" %d%s", hop, ms)
1049 int rtt, hop; local in function:print_stats
    [all...]
mtrace.c 8 * about packet rate and loss for each hop along the path. It can
92 struct tr_resp r[MAXHOPS]; /* Per-hop reports */
133 u_int32_t gwy = 0; /* User-supplied last-hop router address */
134 u_int32_t tdst = 0; /* Address where trace is sent (last-hop) */
156 const char * scale(int *hop);
725 : "is the next hop");
768 int hop; local in function:print_trace
779 hop = t_diff(fixtime(ntohl(r->tr_qarr)), buf->qtime);
780 ms = scale(&hop);
781 printf(" %d%s", hop, ms)
1049 int rtt, hop; local in function:print_stats
    [all...]

Completed in 22 milliseconds