Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Droute.h162 #define RTF_PROTO1 0x8000 /* protocol specific routing flag */ macro
174 (RTF_LLINFO | RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
/openbsd/sys/netinet/
H A Dif_ether.h180 #define RTF_USETRAILERS RTF_PROTO1 /* use trailers */
H A Dicmp6.h539 #define RTF_PROBEMTU RTF_PROTO1
/openbsd/usr.bin/netstat/
H A Dshow.c86 { RTF_PROTO1, '1' },
/openbsd/sbin/route/
H A Dshow.c87 { RTF_PROTO1, '1' },
H A Droute.c680 flags |= RTF_PROTO1; in newroute()
/openbsd/usr.sbin/route6d/
H A Droute6d.c2308 RTFLAG("1", RTF_PROTO1); in rtflags()