Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h109 #define RT_MAX_WEIGHT 16777215 /* 3 bytes */ macro
/f-stack/tools/compat/include/net/
H A Droute.h107 #define RT_MAX_WEIGHT 16777215 /* 3 bytes */ macro
/f-stack/freebsd/net/route/
H A Droute_ctl.c245 if (weight > RT_MAX_WEIGHT) in get_info_weight()
246 weight = RT_MAX_WEIGHT; in get_info_weight()