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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-gre.c57 #define GRE_RP 0x4000 /* routing present */ macro
66 { GRE_RP, "routing present"},
137 if ((flags & GRE_CP) | (flags & GRE_RP)) {
172 if (flags & GRE_RP) {

Completed in 98 milliseconds