Home
last modified time | relevance | path

Searched refs:RTDF_STATIC (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/dhcpcd/src/
H A Droute.h119 #define RTDF_STATIC 0x20 /* Configured in dhcpcd */ macro
H A Dipv4.c331 rt->rt_dflags = RTDF_STATIC; in inet_dhcproutes()
360 if (!(rt->rt_dflags & RTDF_STATIC)) in inet_dhcproutes()
H A Dif-bsd.c793 if (rt->rt_dflags & RTDF_STATIC) in if_route()