Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-gre.c54 #define GRE_SP 0x1000 /* sequence# present */ macro
62 { GRE_SP, "sequence# present"},
158 if (flags & GRE_SP) { in gre_print_0()
272 if (flags & GRE_SP) { in gre_print_1()
290 if ((flags & GRE_SP) == 0) in gre_print_1()
299 if ((flags & GRE_SP) == 0) in gre_print_1()
/netbsd/src/sys/net/
Dif_gre.h137 #define GRE_SP 0x1000 /* Sequence Present */ macro
Dif_gre.c811 if (flags & GRE_SP) in gre_input()