Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-gre.c63 #define GRE_SP 0x1000 /* sequence# present */ macro
72 { GRE_SP, "sequence# present"},
161 if (flags & GRE_SP) { in gre_print_0()
272 if (flags & GRE_SP) { in gre_print_1()
288 if ((flags & GRE_SP) == 0) in gre_print_1()
298 if ((flags & GRE_SP) == 0) in gre_print_1()