Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-gre.c48 #define GRE_KP 0x2000 /* key present */ macro
56 { GRE_KP, "key present"},
144 if (flags & GRE_KP) { in gre_print_0()
255 if (flags & GRE_KP) { in gre_print_1()