Searched refs:rtu_entry (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/IPXrouted/
H A Dtable.h78 } rtu_entry; member in union:rt_entry::__anon11534
83 #define rt_rt rt_rtu.rtu_entry /* pass to ioctl */
84 #define rt_hash rt_rtu.rtu_entry.rtu_hash /* for net or host */
85 #define rt_dst rt_rtu.rtu_entry.rtu_dst /* match value */
86 #define rt_router rt_rtu.rtu_entry.rtu_router /* who to forward to */
87 #define rt_flags rt_rtu.rtu_entry.rtu_flags /* kernel flags */
88 #define rt_timer rt_rtu.rtu_entry.rtu_timer /* for invalidation */
89 #define rt_state rt_rtu.rtu_entry.rtu_state /* see below */
90 #define rt_metric rt_rtu.rtu_entry.rtu_metric /* cost of route */
91 #define rt_ticks rt_rtu.rtu_entry
[all...]

Completed in 56 milliseconds