Searched refs:rtflags (Results 1 – 1 of 1) sorted by relevance
2152 uint32_t rtflags; in sysctl_dumpnhop() local2154 rtflags = nhop_get_rtflags(nh); in sysctl_dumpnhop()2156 if (w->w_op == NET_RT_FLAGS && !(rtflags & w->w_arg)) in sysctl_dumpnhop()2162 info.rti_info[RTAX_NETMASK] = (rtflags & RTF_HOST) ? NULL : w->mask; in sysctl_dumpnhop()2183 rtm->rtm_flags = rtflags | RTF_UP; in sysctl_dumpnhop()