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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-gre.c59 #define GRE_SP 0x1000 /* sequence# present */ macro
68 { GRE_SP, "sequence# present"},
163 if (flags & GRE_SP) {
277 if (flags & GRE_SP) {
295 if ((flags & GRE_SP) == 0)
305 if ((flags & GRE_SP) == 0)

Completed in 159 milliseconds