Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-gre.c59 #define GRE_SP 0x1000 /* sequence# present */ macro
68 { GRE_SP, "sequence# present"},
163 if (flags & GRE_SP) { in gre_print_0()
277 if (flags & GRE_SP) { in gre_print_1()
295 if ((flags & GRE_SP) == 0) in gre_print_1()
305 if ((flags & GRE_SP) == 0) in gre_print_1()