Home
last modified time | relevance | path

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

/openbsd/usr.sbin/tcpdump/
H A Dprint-gre.c52 #define GRE_RP 0x4000 /* routing present */ macro
136 (flags & GRE_RP) ? "R" : "", in gre_print_0()
152 if ((flags & GRE_CP) | (flags & GRE_RP)) { in gre_print_0()
163 if (flags & GRE_RP) in gre_print_0()
195 if (flags & GRE_RP) { in gre_print_0()
359 (flags & GRE_RP) ? "R" : "", in gre_print_pptp()
370 if (flags & GRE_RP) { in gre_print_pptp()
/openbsd/sys/net/
H A Dif_gre.h75 #define GRE_RP 0x4000 /* Routing Present */ macro