Searched refs:rtflags (Results 1 – 2 of 2) sorted by relevance
2240 uint32_t rtflags; in sysctl_dumpnhop() local2242 rtflags = nhop_get_rtflags(nh); in sysctl_dumpnhop()2244 if (w->w_op == NET_RT_FLAGS && !(rtflags & w->w_arg)) in sysctl_dumpnhop()2250 info.rti_info[RTAX_NETMASK] = (rtflags & RTF_HOST) ? NULL : w->mask; in sysctl_dumpnhop()2271 rtm->rtm_flags = rtflags | RTF_UP; in sysctl_dumpnhop()
221 static const char *rtflags(struct rt_msghdr *);2503 rtflags(struct rt_msghdr *rtm) in rtflags() function2754 rtflags(rtm)); in rt_entry()2772 inet6_n2p(&np->rip6_dest), np->rip6_plen, rtflags(rtm)); in rt_entry()2808 rtflags(rtm)); in rt_entry()