Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h188 #define RTF_PROTO1 0x8000 /* protocol specific routing flag */ macro
207 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
/f-stack/tools/compat/include/net/
H A Droute.h186 #define RTF_PROTO1 0x8000 /* protocol specific routing flag */ macro
205 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
/f-stack/freebsd/netinet/
H A Dif_ether.h110 #define RTF_USETRAILERS RTF_PROTO1 /* use trailers */
/f-stack/tools/compat/include/netinet/
H A Dif_ether.h110 #define RTF_USETRAILERS RTF_PROTO1 /* use trailers */
/f-stack/freebsd/net/route/
H A Droute_var.h198 RTF_MODIFIED | RTF_STATIC | RTF_BLACKHOLE | RTF_PROTO1 | RTF_PROTO2 | \
/f-stack/tools/netstat/
H A Droute.c92 { RTF_PROTO1, '1', "proto1" },
/f-stack/tools/route/
H A Droute.c950 flags |= RTF_PROTO1; in newroute()