Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h177 #define RTF_MODIFIED 0x20 /* modified dynamically (by redirect) */ macro
/f-stack/tools/compat/include/net/
H A Droute.h175 #define RTF_MODIFIED 0x20 /* modified dynamically (by redirect) */ macro
/f-stack/freebsd/net/route/
H A Droute_var.h198 RTF_MODIFIED | RTF_STATIC | RTF_BLACKHOLE | RTF_PROTO1 | RTF_PROTO2 | \
H A Dnhop_ctl.c269 res |= (rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) ? NHF_REDIRECT : 0; in convert_rt_to_nh_flags()
/f-stack/tools/netstat/
H A Droute.c88 { RTF_MODIFIED, 'M', "modified" },