Home
last modified time | relevance | path

Searched refs:RTF_PROTO2 (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/netinet/
H A Dif_ether.h114 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */
/dragonfly/stand/lib/
H A Dif_ether.h151 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */
/dragonfly/sbin/route/
H A Dshow.c78 { RTF_PROTO2, '2' },
H A Droute.c654 flags |= RTF_PROTO2; in newroute()
/dragonfly/sys/net/
H A Droute.h179 #define RTF_PROTO2 0x4000 /* protocol specific routing flag */ macro
/dragonfly/sys/netinet6/
H A Dnd6.h39 #define RTF_ANNOUNCE RTF_PROTO2
/dragonfly/usr.bin/netstat/
H A Droute.c87 { RTF_PROTO2, '2' },
/dragonfly/usr.sbin/ppp/
H A Droute.c166 { RTF_PROTO2, '2' },
/dragonfly/usr.sbin/route6d/
H A Droute6d.c2296 RTFLAG("2", RTF_PROTO2); in rtflags()