Home
last modified time | relevance | path

Searched refs:tr_fttl (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/mrouted/
H A Dprune.h103 u_char tr_fttl; /* ttl required to forward on outvif */ member
H A Dprune.c1897 resp->tr_fttl = uvifs[vifi].uv_threshold; in accept_mtrace()
/openbsd/usr.sbin/mtrace/
H A Dmtrace.c318 ttl = b->tr_fttl; in get_ttl()
322 if (ttl < b->tr_fttl) ttl = b->tr_fttl; in get_ttl()
751 printf(" %s thresh^ %d", proto_type(r->tr_rproto), r->tr_fttl); in print_trace()
1028 u_int ttl = n->tr_fttl; in print_stats()
1083 if (ttl < n->tr_fttl) ttl = n->tr_fttl; in print_stats()
/openbsd/usr.sbin/tcpdump/
H A Dprint-ip.c100 u_char tr_fttl; /* ttl required to forward on outvif */ member