Home
last modified time | relevance | path

Searched refs:rmx_weight (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Droute.h91 u_long rmx_weight; /* route weight */ member
105 #define rmx_state rmx_weight
H A Drtsock.c957 rtm->rtm_rmx.rmx_weight = rc->rc_nh_weight; in update_rtm_from_rc()
1248 out->rmx_weight = rt->rt_weight; in rt_getmetrics()
2188 rtm->rtm_rmx.rmx_weight = weight; in sysctl_dumpnhop()
/f-stack/tools/compat/include/net/
H A Droute.h89 u_long rmx_weight; /* route weight */ member
103 #define rmx_state rmx_weight
/f-stack/lib/
H A Dff_route.c871 out->rmx_weight = rt->rt_weight; in rt_getmetrics()
1006 rtm->rtm_rmx.rmx_weight = rc->rc_nh_weight; in update_rtm_from_rc()
/f-stack/tools/route/
H A Droute.c847 caseof(K_WEIGHT, RTV_WEIGHT, rmx_weight); in set_metric()
1869 printf("%8lu%c ", rtm->rtm_rmx.rmx_weight, lock(WEIGHT));
/f-stack/freebsd/net/route/
H A Droute_ctl.c241 weight = info->rti_rmx->rmx_weight; in get_info_weight()