Home
last modified time | relevance | path

Searched refs:RTF_MODIFIED (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/net/
H A Droute.h152 #define RTF_MODIFIED 0x20 /* modified dynamically (by redirect) */ macro
H A Droute.c752 rt->rt_flags |= RTF_MODIFIED; in rtredirect()
753 flags |= RTF_MODIFIED; in rtredirect()
/openbsd/sys/netinet6/
H A Dip6_forward.c283 !ISSET(rt->rt_flags, RTF_DYNAMIC|RTF_MODIFIED) && in ip6_forward()
/openbsd/usr.bin/netstat/
H A Dshow.c78 { RTF_MODIFIED, 'M' },
/openbsd/sbin/route/
H A Dshow.c79 { RTF_MODIFIED, 'M' },
/openbsd/sys/netinet/
H A Dip_input.c1616 !ISSET(rt->rt_flags, RTF_DYNAMIC|RTF_MODIFIED) && in ip_forward()
/openbsd/usr.sbin/route6d/
H A Droute6d.c2298 RTFLAG("M", RTF_MODIFIED); in rtflags()