Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-gre.c64 #define GRE_VERS_MASK 0x0007 /* protocol version */ macro
85 vers = GET_BE_U_2(bp) & GRE_VERS_MASK; in gre_print()