Searched defs:rt_entry (Results 1 – 3 of 3) sorted by relevance
49 struct rt_entry { struct50 struct rt_entry *rt_forw; argument51 struct rt_entry *rt_back; argument52 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 …]
40 struct rt_entry { struct43 * struct rt_entry must begin with a struct radix_node (or two!) argument46 struct rt_sockaddr rt_dst;74 typedef struct rt_entry rt_t; argument
215 struct rt_entry { struct216 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;