Home
last modified time | relevance | path

Searched refs:RTV_WEIGHT (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/net/routing/
H A Dtest_rtsock_multipath.py112 msg.rtm_inits |= RtConst.RTV_WEIGHT
214 msg.rtm_inits |= RtConst.RTV_WEIGHT
/freebsd/sys/net/
H A Droute.h312 #define RTV_WEIGHT 0x100 /* init or lock _weight */ macro
/freebsd/tests/atf_python/sys/net/
H A Drtsock.py86 RTV_WEIGHT = 0x100 variable in RtConst
/freebsd/sys/net/route/
H A Droute_ctl.c209 if (info->rti_mflags & RTV_WEIGHT) in get_info_weight()
/freebsd/sbin/route/
H A Droute.c812 caseof(K_WEIGHT, RTV_WEIGHT, rmx_weight); in set_metric()