Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtable.h49 struct rt_entry { struct
50 struct rt_entry *rt_forw; argument
51 struct rt_entry *rt_back; argument
52 uint_t rt_hash; /* for net or host */
53 struct in6_addr rt_dst; /* match value */
54 struct in6_addr rt_router; /* who to forward to */
55 int rt_prefix_length; /* bits in prefix */
56 struct interface *rt_ifp; /* interface to take */
57 uint_t rt_flags; /* kernel flags */
58 uint_t rt_state; /* see below */
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dip_ftable.h40 struct rt_entry { struct
43 * struct rt_entry must begin with a struct radix_node (or two!) argument
46 struct rt_sockaddr rt_dst;
74 typedef struct rt_entry rt_t; argument
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Ddefs.h215 struct rt_entry { struct
216 struct radix_node rt_nodes[2]; /* radix tree glue */
217 struct sockaddr_in rt_dst_sock;
218 time_t rt_poison_time; /* advertised metric */
219 in_addr_t rt_mask;
220 uint32_t rt_seqno; /* when last changed */
221 uint16_t rt_state;
233 uint8_t rt_poison_metric; /* to notice maximum recently */
234 uint_t rt_num_spares;
235 struct rt_spare *rt_spares;