Home
last modified time | relevance | path

Searched refs:rt_default_weight (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/netstat/
H A Dcommon.h70 extern const uint32_t rt_default_weight;
H A Droute_netlink.c234 rt.rtax_weight = rt_default_weight; in p_rtentry_netlink()
H A Droute.c105 const uint32_t rt_default_weight = RT_DEFAULT_WEIGHT; variable