Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dip_icmp.c1164 RTF_GATEWAY | RTF_HOST | RTF_DYNAMIC, &nrt); in icmp_mtudisc()
1280 if ((rt->rt_flags & (RTF_DYNAMIC | RTF_HOST)) == in icmp_mtudisc_timeout()
1281 (RTF_DYNAMIC | RTF_HOST)) { in icmp_mtudisc_timeout()
1302 if ((rt->rt_flags & (RTF_DYNAMIC | RTF_HOST)) == in icmp_redirect_timeout()
1303 (RTF_DYNAMIC | RTF_HOST)) { in icmp_redirect_timeout()
H A Din_pcb.c912 if (rt->rt_flags & RTF_DYNAMIC) { in inpcb_losing()
H A Dip_input.c1396 (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0 && in ip_forward()
/netbsd/sbin/route/
H A Dshow.c136 RTF_CONNECTED | RTF_DYNAMIC | RTF_GATEWAY | RTF_HOST | RTF_LLDATA | in show()
H A Drtutil.c79 { RTF_DYNAMIC, 'D' },
/netbsd/sys/netinet6/
H A Dip6_forward.c311 (rt->rt_flags & (RTF_DYNAMIC|RTF_MODIFIED)) == 0) { in ip6_forward()
H A Dicmp6.c2836 RTF_GATEWAY | RTF_HOST | RTF_DYNAMIC, &nrt); in icmp6_mtudisc_clone()
2868 if ((rt->rt_flags & (RTF_DYNAMIC | RTF_HOST)) == in icmp6_mtudisc_timeout()
2869 (RTF_DYNAMIC | RTF_HOST)) { in icmp6_mtudisc_timeout()
2889 if ((rt->rt_flags & (RTF_GATEWAY | RTF_DYNAMIC | RTF_HOST)) == in icmp6_redirect_timeout()
2890 (RTF_GATEWAY | RTF_DYNAMIC | RTF_HOST)) { in icmp6_redirect_timeout()
/netbsd/sys/net/
H A Droute.h157 #define RTF_DYNAMIC 0x10 /* created dynamically (by redirect) */ macro
H A Droute.c887 flags |= RTF_GATEWAY | RTF_DYNAMIC; in rtredirect()
/netbsd/usr.sbin/route6d/
H A Droute6d.c2265 RTFLAG("D", RTF_DYNAMIC); in rtflags()
2426 if (rtm->rtm_flags & RTF_DYNAMIC) in rt_entry()
/netbsd/sbin/routed/
H A Dtable.c936 if (0 != (rtm->rtm_flags & (RTF_DYNAMIC | RTF_MODIFIED))) { in rtm_add()