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

/netbsd-current/sbin/route/
H A Drtutil.h46 struct rt_metrics;
47 void p_rtrmx(const struct rt_metrics *);
H A Droute.c134 struct rt_metrics rt_metrics; variable in typeref:struct:rt_metrics
404 case x: valp = (uint64_t *)&rt_metrics.z; flag = y; break
416 rt_metrics.rmx_locks |= flag;
1208 rtm.rtm_rmx = rt_metrics;
H A Drtutil.c397 p_rtrmx(const struct rt_metrics *rmx)
/netbsd-current/sys/net/
H A Droute.h77 struct rt_metrics { struct
120 struct rt_metrics rt_rmx; /* metrics used by rx'ing protocols */
232 struct rt_metrics rtm_rmx __align64;

Completed in 221 milliseconds