Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h191 #define RTF_PROTO3 0x40000 /* protocol specific routing flag */ macro
207 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
/f-stack/tools/compat/include/net/
H A Droute.h189 #define RTF_PROTO3 0x40000 /* protocol specific routing flag */ macro
205 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
/f-stack/freebsd/net/route/
H A Droute_var.h199 RTF_PROTO3 | RTF_FIXEDMTU | RTF_PINNED | RTF_BROADCAST)
/f-stack/tools/netstat/
H A Droute.c94 { RTF_PROTO3, '3', "proto3" },