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

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

Completed in 56 milliseconds