Lines Matching defs:rt_node
34 struct rt_node { struct
36 struct event expiration_timer;
37 struct event holddown_timer;
39 struct adv_rtr adv_rtr[MAXVIFS];
41 u_int16_t ds_cnt[MAXVIFS];
42 u_int8_t ttls[MAXVIFS]; /* downstream vif(s) */
46 struct in_addr prefix;
47 struct in_addr nexthop;
48 time_t uptime;
50 u_short ifindex; /* learned from this iface */
52 u_int8_t cost;
53 u_int8_t old_cost; /* used when in hold-down */
54 u_int8_t flags;
55 u_int8_t prefixlen;
56 u_int8_t invalid;
57 u_int8_t connected;