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.c49 #define GRE_RP 0x4000 /* routing present */ macro
57 { GRE_RP, "routing present"},
129 if ((flags & GRE_CP) | (flags & GRE_RP)) { in gre_print_0()
164 if (flags & GRE_RP) { in gre_print_0()