Searched defs:rt_entry (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/ |
H A D | ip_ftable.h | 40 struct rt_entry { struct 43 * struct rt_entry must begin with a struct radix_node (or two!) 44 * to a 'struct rt_entry *' 74 typedef struct rt_entry rt_t;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/ |
H A D | table.h | 45 struct rt_entry *rt_forw; 46 struct rt_entry *rt_back; 49 struct rt_entry { struct 50 struct rt_entry *rt_forw; 51 struct rt_entry *rt_back; 84 extern void rtchange(struct rt_entry *, struct in6_addr *, short, 88 extern void rtdelete(struct rt_entry *); 89 extern void rtdown(struct rt_entry *); 91 extern struct rt_entry *rtlookup(struct in6_addr *, int);
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | defs.h | 215 struct rt_entry { struct 690 extern void trace_add_del(const char *, struct rt_entry *); 691 extern void trace_change(struct rt_entry *, uint16_t, struct rt_spare *, 696 extern void trace_upslot(struct rt_entry *, struct rt_spare *, 743 extern struct rt_entry *rtget(in_addr_t, in_addr_t); 744 extern struct rt_entry *rtfind(in_addr_t); 747 extern void rtchange(struct rt_entry *, uint16_t, struct rt_spare *, 749 extern void rtdelete(struct rt_entry *); 750 extern void rts_delete(struct rt_entry *, struct rt_spare *); 751 extern void rtbad_sub(struct rt_entry *, struc [all...] |
Completed in 60 milliseconds