Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-gre.c49 #define GRE_SP 0x1000 /* sequence# present */ macro
57 { GRE_SP, "sequence# present"},
153 if (flags & GRE_SP) { in gre_print_0()
267 if (flags & GRE_SP) { in gre_print_1()
285 if ((flags & GRE_SP) == 0) in gre_print_1()
294 if ((flags & GRE_SP) == 0) in gre_print_1()