Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-gre.c75 #define GRE_VERS_MASK 0x0007 /* protocol version */ macro
95 vers = EXTRACT_16BITS(bp) & GRE_VERS_MASK; in gre_print()