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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-gre.c75 #define GRE_VERS_MASK 0x0007 /* protocol version */ macro
95 vers = EXTRACT_16BITS(bp) & GRE_VERS_MASK;

Completed in 81 milliseconds