Home
last modified time | relevance | path

Searched defs:rt_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd/sbin/routed/
H A Ddefs.h159 struct rt_entry { struct
160 struct radix_node rt_nodes[2]; /* radix tree glue */
161 u_int rt_state;
171 struct sockaddr_in rt_dst_sock;
172 naddr rt_mask;
173 struct rt_spare {
182 } rt_spares[NUM_SPARES];
183 u_int rt_seqno; /* when last changed */
184 char rt_poison_metric; /* to notice maximum recently */
185 time_t rt_poison_time; /* advertised metric */
/freebsd/usr.sbin/route6d/
H A Droute6d.c2650 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() function