Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-gre.c47 #define GRE_RP 0x4000 /* routing present */ macro
55 { GRE_RP, "routing present"},
127 if ((flags & GRE_CP) | (flags & GRE_RP)) { in gre_print_0()
162 if (flags & GRE_RP) { in gre_print_0()