Searched refs:RTE_RT_FLAG_MASK (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/net/route/ | ||
| H A D | route_var.h | 202 #define RTE_RT_FLAG_MASK (RTF_UP | RTF_HOST) macro |
| H A D | route_ctl.c | 617 rt->rte_flags = (RTF_UP | flags) & RTE_RT_FLAG_MASK; in create_rtentry() |