Searched refs:RTF_PROTO1 (Results 1 – 7 of 7) sorted by relevance
188 #define RTF_PROTO1 0x8000 /* protocol specific routing flag */ macro207 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
186 #define RTF_PROTO1 0x8000 /* protocol specific routing flag */ macro205 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
110 #define RTF_USETRAILERS RTF_PROTO1 /* use trailers */
198 RTF_MODIFIED | RTF_STATIC | RTF_BLACKHOLE | RTF_PROTO1 | RTF_PROTO2 | \
92 { RTF_PROTO1, '1', "proto1" },
950 flags |= RTF_PROTO1; in newroute()