Home
last modified time | relevance | path

Searched refs:rt_dflags (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Droute.c187 if (rt1->rt_dflags & RTDF_IPV4LL && !(rt2->rt_dflags & RTDF_IPV4LL)) in rt_compare_proto()
189 else if (!(rt1->rt_dflags & RTDF_IPV4LL) && rt2->rt_dflags & RTDF_IPV4LL) in rt_compare_proto()
548 } else if (ort->rt_dflags & RTDF_FAKE && in rt_add()
549 !(nrt->rt_dflags & RTDF_FAKE) && in rt_add()
675 if (rt->rt_dflags & RTDF_FAKE) in rt_doroute()
677 if (or->rt_dflags & RTDF_FAKE || in rt_doroute()
689 if (rt->rt_dflags & RTDF_FAKE) { in rt_doroute()
H A Droute.h113 unsigned int rt_dflags; member
H A Dipv4.c311 rt->rt_dflags |= RTDF_IFA_ROUTE; in inet_dhcproutes()
331 rt->rt_dflags = RTDF_STATIC; in inet_dhcproutes()
360 if (!(rt->rt_dflags & RTDF_STATIC)) in inet_dhcproutes()
361 rt->rt_dflags |= RTDF_DHCP; in inet_dhcproutes()
H A Dipv4ll.c114 rt->rt_dflags |= RTDF_IPV4LL; in ipv4ll_subnetroute()
138 rt->rt_dflags |= RTDF_IPV4LL; in ipv4ll_defaultroute()
H A Dif-bsd.c793 if (rt->rt_dflags & RTDF_STATIC) in if_route()
908 rt->rt_dflags |= RTDF_GATELINK; in if_copyrt()
1297 !(rtm->rtm_type == RTM_ADD && !(rt.rt_dflags & RTDF_GATELINK))) in if_rtm()
1303 rt.rt_dflags & RTDF_GATELINK; in if_rtm()
H A Dipv6.c2357 rt->rt_dflags |= RTDF_RA; in inet6_raroutes()
2373 rt->rt_dflags |= RTDF_RA; in inet6_raroutes()
2399 rt->rt_dflags |= RTDF_DHCP; in inet6_dhcproutes()