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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-gre.c54 #define GRE_RP 0x4000 /* routing present */ macro
62 { GRE_RP, "routing present"},
134 if ((flags & GRE_CP) | (flags & GRE_RP)) {
169 if (flags & GRE_RP) {
/netbsd-current/sys/net/
H A Dif_gre.h135 #define GRE_RP 0x4000 /* Routing Present */ macro
H A Dif_gre.c802 if ((flags & GRE_CP) | (flags & GRE_RP))
805 if (flags & GRE_RP) {

Completed in 261 milliseconds