Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Dtable.h47 struct rt_entry { struct
48 struct rt_entry *rt_forw; argument
49 struct rt_entry *rt_back; argument
50 uint_t rt_hash; /* for net or host */
51 struct in6_addr rt_dst; /* match value */
52 struct in6_addr rt_router; /* who to forward to */
53 int rt_prefix_length; /* bits in prefix */
54 struct interface *rt_ifp; /* interface to take */
55 uint_t rt_flags; /* kernel flags */
56 uint_t rt_state; /* see below */
[all …]
/illumos-gate/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
/illumos-gate/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;