Searched refs:RT_SET_RTFLAGS_MASK (Results 1 – 2 of 2) sorted by relevance
177 #define RT_SET_RTFLAGS_MASK (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_STATIC) macro178 #define RT_CHANGE_RTFLAGS_MASK RT_SET_RTFLAGS_MASK
933 nh->nh_priv->rt_flags &= ~RT_SET_RTFLAGS_MASK; in nhop_set_rtflags()934 nh->nh_priv->rt_flags |= (rt_flags & RT_SET_RTFLAGS_MASK); in nhop_set_rtflags()