Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-gre.c51 #define GRE_CP 0x8000 /* checksum present */ macro
59 { GRE_CP, "checksum present"},
132 if ((flags & GRE_CP) | (flags & GRE_RP)) { in gre_print_0()
/netbsd/src/sys/net/
Dif_gre.h134 #define GRE_CP 0x8000 /* Checksum Present */ macro
Dif_gre.c802 if ((flags & GRE_CP) | (flags & GRE_RP)) in gre_input()