Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-gre.c61 #define GRE_RP 0x4000 /* routing present */ macro
70 { GRE_RP, "routing present"},
138 if ((flags & GRE_CP) | (flags & GRE_RP)) { in gre_print_0()
169 if (flags & GRE_RP) { in gre_print_0()