Home
last modified time | relevance | path

Searched refs:RTF_DYNAMIC (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/net/
H A Droute.h170 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
H A Droute.c202 flags |= RTF_HOST | RTF_DYNAMIC; in rib_add_redirect()
/freebsd/sys/net/route/
H A Dnhop_ctl.c286 nhop_set_redirect(nh, info->rti_flags & RTF_DYNAMIC); in nhop_create_from_info()
859 nh->nh_priv->rt_flags |= RTF_DYNAMIC; in nhop_set_redirect()
862 nh->nh_priv->rt_flags &= ~RTF_DYNAMIC; in nhop_set_redirect()
/freebsd/contrib/bsnmp/snmp_mibII/
H A DmibII_route.c193 (rtm->rtm_flags & RTF_DYNAMIC) ? 4 : 10; in mib_sroute_process()
/freebsd/usr.bin/netstat/
H A Droute.c74 { RTF_DYNAMIC, 'D', "dynamic" },
/freebsd/tests/atf_python/sys/net/
H A Drtsock.py58 RTF_DYNAMIC = 0x10 variable in RtConst
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py223 RTF_DYNAMIC = 0x10 variable in RtFlagsBSD
/freebsd/usr.sbin/ppp/
H A Droute.c157 { RTF_DYNAMIC, 'D' },
/freebsd/usr.sbin/route6d/
H A Droute6d.c2516 RTFLAG("D", RTF_DYNAMIC); in rtflags()
2680 if (rtm->rtm_flags & RTF_DYNAMIC) in rt_entry()
/freebsd/sbin/routed/
H A Dtable.c919 if (0 != (rtm->rtm_flags & (RTF_DYNAMIC | RTF_MODIFIED))) { in rtm_add()