HomeSort by: relevance | last modified time | path
    Searched refs:tr_fttl (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.sbin/mrouted/
prune.h 103 u_char tr_fttl; /* ttl required to forward on outvif */ member in struct:tr_resp
prune.c 2119 resp->tr_fttl = uvifs[vifi].uv_threshold;
  /src/usr.sbin/mtrace/
mtrace.c 340 ttl = b->tr_fttl;
344 if (ttl < b->tr_fttl) ttl = b->tr_fttl;
777 printf(" %s thresh^ %d", proto_type(r->tr_rproto), r->tr_fttl);
1060 u_int ttl = n->tr_fttl;
1119 if (ttl < n->tr_fttl) ttl = n->tr_fttl;

Completed in 15 milliseconds