Home
last modified time | relevance | path

Searched refs:NHOP_RT_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_var.h197 #define NHOP_RT_FLAG_MASK (RTF_GATEWAY | RTF_HOST | RTF_REJECT | RTF_DYNAMIC | \ macro
H A Dnhop_ctl.c284 rt_flags = info->rti_flags & NHOP_RT_FLAG_MASK; in fill_nhop_from_info()