Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Droute.h187 #define RTF_PROTO2 0x4000 /* protocol specific routing flag */ macro
207 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
/f-stack/tools/compat/include/net/
H A Droute.h185 #define RTF_PROTO2 0x4000 /* protocol specific routing flag */ macro
205 (RTF_PROTO1 | RTF_PROTO2 | RTF_PROTO3 | RTF_BLACKHOLE | \
/f-stack/freebsd/netinet/
H A Dif_ether.h111 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */
/f-stack/tools/compat/include/netinet/
H A Dif_ether.h111 #define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */
/f-stack/freebsd/net/route/
H A Droute_var.h198 RTF_MODIFIED | RTF_STATIC | RTF_BLACKHOLE | RTF_PROTO1 | RTF_PROTO2 | \
/f-stack/freebsd/netinet6/
H A Dnd6.h40 #define RTF_ANNOUNCE RTF_PROTO2
/f-stack/tools/compat/include/netinet6/
H A Dnd6.h40 #define RTF_ANNOUNCE RTF_PROTO2
/f-stack/tools/netstat/
H A Droute.c93 { RTF_PROTO2, '2', "proto2" },
/f-stack/tools/route/
H A Droute.c953 flags |= RTF_PROTO2; in newroute()