Home
last modified time | relevance | path

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

/dragonfly/sbin/route/
H A Dshow.c79 { RTF_PROTO3, '3' },
/dragonfly/sys/net/
H A Droute.h184 #define RTF_PROTO3 0x40000 /* protocol specific routing flag */ macro
/dragonfly/sys/netinet6/
H A Din6_rmx.c119 #define RTPRF_OURS RTF_PROTO3 /* set on routes we manage */
/dragonfly/usr.sbin/ppp/
H A Droute.c174 #ifdef RTF_PROTO3
175 { RTF_PROTO3, '3' },
/dragonfly/sys/netinet/
H A Din_rmx.c71 #define RTPRF_EXPIRING RTF_PROTO3 /* set on routes we manage */
/dragonfly/usr.bin/netstat/
H A Droute.c90 { RTF_PROTO3, '3' },
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2293 #ifdef RTF_PROTO3 in rtflags()
2294 RTFLAG("3", RTF_PROTO3); in rtflags()